The internal representation of a proxy or sink table entry.
Public Attribute Documentation#
status#
EmberGpSinkTableEntryStatus EmberGpSinkTableEntry::status
Internal status. Defines if the entry is unused or used as a sink table entry
Definition at line
244
of file stack/include/gp-types.h
options#
uint16_t EmberGpSinkTableEntry::options
The tunneling options (this contains both options and extendedOptions from the spec)
Definition at line
248
of file stack/include/gp-types.h
gpd#
EmberGpAddress EmberGpSinkTableEntry::gpd
The addressing info of the GPD
Definition at line
252
of file stack/include/gp-types.h
deviceId#
uint8_t EmberGpSinkTableEntry::deviceId
The device id for the GPD
Definition at line
256
of file stack/include/gp-types.h
sinkList#
EmberGpSinkListEntry EmberGpSinkTableEntry::sinkList[GP_SINK_LIST_ENTRIES]
The list of sinks (hardcoded to 2 which is the spec minimum) (maybe we should indirect this?)
Definition at line
260
of file stack/include/gp-types.h
assignedAlias#
EmberNodeId EmberGpSinkTableEntry::assignedAlias
The assigned alias for the GPD
Definition at line
264
of file stack/include/gp-types.h
groupcastRadius#
uint8_t EmberGpSinkTableEntry::groupcastRadius
The groupcast radius
Definition at line
268
of file stack/include/gp-types.h
securityOptions#
uint8_t EmberGpSinkTableEntry::securityOptions
The security options field
Definition at line
272
of file stack/include/gp-types.h
gpdSecurityFrameCounter#
EmberGpSecurityFrameCounter EmberGpSinkTableEntry::gpdSecurityFrameCounter
The SFC of the GPD
Definition at line
276
of file stack/include/gp-types.h
gpdKey#
EmberKeyData EmberGpSinkTableEntry::gpdKey
The key
Definition at line
280
of file stack/include/gp-types.h