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 239 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 243 of file stack/include/gp-types.h

gpd#

EmberGpAddress EmberGpSinkTableEntry::gpd

The addressing info of the GPD


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

deviceId#

uint8_t EmberGpSinkTableEntry::deviceId

The device id for the GPD


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

assignedAlias#

EmberNodeId EmberGpSinkTableEntry::assignedAlias

The assigned alias for the GPD


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

groupcastRadius#

uint8_t EmberGpSinkTableEntry::groupcastRadius

The groupcast radius


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

securityOptions#

uint8_t EmberGpSinkTableEntry::securityOptions

The security options field


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

gpdSecurityFrameCounter#

EmberGpSecurityFrameCounter EmberGpSinkTableEntry::gpdSecurityFrameCounter

The SFC of the GPD


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

gpdKey#

EmberKeyData EmberGpSinkTableEntry::gpdKey

The key


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