Click or drag to resize

EthernetCardAddress Constructor (String)

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(
	string address
)

Parameters

address
Type: SystemString
The string representation of the physical address.
See Also