NetworkCardGetCardByAddress Method (PhysicalAddress) |
Returns network card information for a card with the same physical address as the physicalAddress specified.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic static NetworkCard? GetCardByAddress(
PhysicalAddress physicalAddress
)
Parameters
- physicalAddress
- Type: System.Net.NetworkInformationPhysicalAddress
The physical address.
Return Value
Type:
NetworkCardNetwork card information for a card with the same physical address as the
physicalAddress specified.
See Also