IPv4ConfigurationGet Method (NetworkCard) |
Returns the list of IPv4Configurations for a specific ethernet card.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic static List<IPv4Configuration>? Get(
NetworkCard networkCard
)
Parameters
- networkCard
- Type: Demo3D.IONetworkCard
The specified network card.
Return Value
Type:
ListIPv4ConfigurationThe list of IPv4Configurations of the network card (or null).
See Also