IPv4ConfigurationGet Method (EthernetCard) |
Returns the IPv4Configuration for a specific ethernet card.
Namespace:
Demo3D.Common
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntaxpublic static IPv4Configuration Get(
EthernetCard etherCard
)
Parameters
- etherCard
- Type: Demo3D.CommonEthernetCard
The specified ethernet card.
Return Value
Type:
IPv4ConfigurationThe IPv4Configuration of the ethernet card (or null).
See Also