Click or drag to resize

NetworkCardGetCardByAddress Method (PhysicalAddress)

Returns network card information for a card with the same physical address as the physicalAddress specified.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public static NetworkCard? GetCardByAddress(
	PhysicalAddress physicalAddress
)

Parameters

physicalAddress
Type: System.Net.NetworkInformationPhysicalAddress
The physical address.

Return Value

Type: NetworkCard
Network card information for a card with the same physical address as the physicalAddress specified.
See Also