Click or drag to resize

EthernetCardAddress Constructor (PhysicalAddress)

Creates an ethernet address from a physical address.

Namespace:  Demo3D.Common
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public Address(
	PhysicalAddress address
)

Parameters

address
Type: System.Net.NetworkInformationPhysicalAddress
The physical ethernet address.
See Also