Address for sending and receiving a CGp message.
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
490
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
494
of file stack/include/gp-types.h
address#
union EmberCGpAddress::@9 EmberCGpAddress::address
The address.
Definition at line
495
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
499
of file stack/include/gp-types.h
mode#
EmberCGpAddressMode EmberCGpAddress::mode
The addressing mode.
Definition at line
501
of file stack/include/gp-types.h