Click or drag to resize

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)
Syntax
C#
public static IPv4Configuration Get(
	EthernetCard etherCard
)

Parameters

etherCard
Type: Demo3D.CommonEthernetCard
The specified ethernet card.

Return Value

Type: IPv4Configuration
The IPv4Configuration of the ethernet card (or null).
See Also