EthernetAddress class encapsulates a 6 byte OctetString representing an Ethernet MAC address.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)

Syntax

C#
[SerializableAttribute]
public class EthernetAddress : OctetString
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class EthernetAddress _
	Inherits OctetString
Visual C++
[SerializableAttribute]
public ref class EthernetAddress : public OctetString

Remarks

THis class doesn't not represent a distinct ASN.1 data type. It is a helper class to allow users to perform MAC address specific operations on OctetString values.

Inheritance Hierarchy

System..::.Object
  SnmpSharpNet..::.AsnType
    SnmpSharpNet..::.OctetString
      SnmpSharpNet..::.EthernetAddress

See Also