Overload List
| Name | Description |
|---|---|
| Set(String) | Parses hex string representing an Ethernet MAC address to the enternal format. Ethernet
address has to contain 12 hex characters (1-9 or A-F) to be parsed correctly. Special formatting is
ignored so both 0000.0010.0000 and 00-00-00-10-00-00 will be parsed ok.
(Overrides OctetString.Set(String).) |
| Set(Byte) |
Set class value to an array 1 byte long and set the value to the supplied argument.
|
| Set(array<Byte>[]()[]) |
Set class value from the argument byte array. If byte array argument is null or length == 0,
internal OctetString buffer is set to null.
|
| Set(Int32, Byte) |
Set value at specified position to the supplied value
|