Address for sending and receiving a CGp message.

Public Attributes#

EmberNodeId
EmberEUI64
union EmberCGpAddress::@9
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 371 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 375 of file stack/include/gp-types.h

address#

union EmberCGpAddress::@9 EmberCGpAddress::address

The address.


Definition at line 376 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 380 of file stack/include/gp-types.h

mode#

EmberCGpAddressMode EmberCGpAddress::mode

The addressing mode.


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