EthernetAddress class encapsulates a 6 byte OctetString
representing an Ethernet MAC address.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
[SerializableAttribute] public class EthernetAddress : OctetString, ICloneable |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class EthernetAddress _ Inherits OctetString _ Implements ICloneable |
| Visual C++ |
|---|
[SerializableAttribute] public ref class EthernetAddress : public OctetString, ICloneable |
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
SnmpSharpNet..::..AsnType
SnmpSharpNet..::..OctetString
SnmpSharpNet..::..EthernetAddress