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
Syntaxpublic static NetworkCard GetCardByEthernetAddress(
NetworkCardAddress cardAddress
)
Parameters
- cardAddress
- Type: Demo3D.IONetworkCardAddress
The network card (ethernet) address of the card.
Return Value
Type:
NetworkCardNetwork card information.
See Also