Overload List
| Name | Description | |
|---|---|---|
| EthernetAddress()()() | Constructor. Initialize the class to 0000.0000.0000
| |
| EthernetAddress(EthernetAddress) |
Constructor. Initialize the class with the value from the argument class.
| |
| EthernetAddress(OctetString) | Constructor. Initialize the class with the value from the OctetString argument.
| |
| EthernetAddress(array<Byte>[]()[]) |
Constructor. Initialize the class with the value of the byte array.
|