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)
Syntaxpublic static EthernetCard GetCardByEthernetAddress(
EthernetCardAddress ethernetAddress
)
Parameters
- ethernetAddress
- Type: Demo3D.CommonEthernetCardAddress
The ethernet address of the card.
Return Value
Type:
EthernetCardEthernet card information.
See Also