Address for sending and receiving a message.

Public Attributes#

EmberNodeId
EmberEUI64
union EmberCGpAddress::@2
EmberPanId

Public Attribute Documentation#

shortId#

EmberNodeId EmberCGpAddress::shortId

The 16-bit short address is used when the mode is EMBER_CGP_ADDRESS_MODE_SHORT.


Definition at line 331 of file stack/include/gp-types.h

extendedId#

EmberEUI64 EmberCGpAddress::extendedId

The 64-bit extended address is used when the mode is EMBER_CGP_ADDRESS_MODE_EXTENDED.


Definition at line 335 of file stack/include/gp-types.h

address#

union EmberCGpAddress::@2 EmberCGpAddress::address

The address.


Definition at line 336 of file stack/include/gp-types.h

panId#

EmberPanId EmberCGpAddress::panId

The PAN identifier is used when the mode is not EMBER_CGP_ADDRESS_MODE_NONE.


Definition at line 340 of file stack/include/gp-types.h

mode#

EmberCGpAddressMode EmberCGpAddress::mode

The addressing mode.


Definition at line 342 of file stack/include/gp-types.h