Click or drag to resize

EthernetCardAddress Class

An ethernet address.
Inheritance Hierarchy
SystemObject
  Demo3D.CommonEthernetCardAddress

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

The EthernetCardAddress type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyPhysicalAddress
Returns the physical ethernet address.
Public propertyPrettyPrint
Returns the string representation of the physical address in human readable format.
Public propertyString
Returns the string representation of the physical address.
Top
Methods
  NameDescription
Public methodToString
Returns the string representation of the physical address in human readable format.
(Overrides ObjectToString.)
Top
See Also