Fill()
Fills all bytes of address with a given byte value.
GenerateRandom()
Generates a random IEEE 802.15.4 Extended Address.
Set()
Sets the Extended Address from a given byte array.
IsGroup() const
Indicates whether or not the Group bit is set.
SetGroup()
Sets the Group bit.
ToggleGroup()
Toggles the Group bit.
IsLocal() const
Indicates whether or not the Local bit is set.
SetLocal()
Sets the Local bit.
ToggleLocal()
Toggles the Local bit.
CopyTo() const
Copies the Extended Address into a given buffer.
ToString() const
Converts an address to a string.
CopyAddress()