Click or drag to resize

EthernetCardGetCardByEthernetAddress Method

Returns ethernet card information given an ethernet address (or null).

Namespace:  Demo3D.Common
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public static EthernetCard GetCardByEthernetAddress(
	EthernetCardAddress ethernetAddress
)

Parameters

ethernetAddress
Type: Demo3D.CommonEthernetCardAddress
The ethernet address of the card.

Return Value

Type: EthernetCard
Ethernet card information.
See Also