GetType() const
Gets the address type (Short Address, Extended Address, or none).
IsNone() const
Indicates whether or not there is an address.
IsShort() const
Indicates whether or not the Address is a Short Address.
IsExtended() const
Indicates whether or not the Address is an Extended Address.
GetShort() const
Gets the address as a Short Address. MUST be used only if the address type is Short Address.
GetExtended() const
Gets the address as an Extended Address. MUST be used only if the address type is Extended Address.
GetExtended()
Gets the address as an Extended Address. MUST be used only if the address type is Extended Address.
SetNone()
Sets the address to none (i.e., clears the address). Address type will be updated to `kTypeNone`.
SetShort()
Sets the address with a Short Address. The type is also updated to indicate that address is Short.
SetExtended()
Sets the address with an Extended Address. The type is also updated to indicate that the address is Extended.
SetExtended()
Sets the address with an Extended Address. The type is also updated to indicate that the address is Extended.
IsBroadcast() const
Indicates whether or not the address is a Short Broadcast Address.
IsShortAddrInvalid() const
Indicates whether or not the address is a Short Invalid Address.
ToString() const
Converts an address to a null-terminated string.