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
Syntaxpublic static NetworkCard? GetCardByEthernetAddress(
NetworkCardAddress cardAddress
)
Parameters
- cardAddress
- Type: Demo3D.IONetworkCardAddress
The network card (physical) address of the card.
Return Value
Type:
NetworkCardNetwork card information (or null if not found or not running).
See Also