Click or drag to resize

NetworkCardGetCardByEthernetAddress Method

Returns ethernet card information given an ethernet address.

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

Parameters

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

Return Value

Type: NetworkCard
Network card information.
See Also