Click or drag to resize

NetworkCardGetCardByEthernetAddress Method

Returns network card information given a physical address.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public static NetworkCard? GetCardByEthernetAddress(
	NetworkCardAddress cardAddress
)

Parameters

cardAddress
Type: Demo3D.IONetworkCardAddress
The network card (physical) address of the card.

Return Value

Type: NetworkCard
Network card information (or null if not found or not running).
See Also