The internal representation of a 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 283 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 287 of file stack/include/gp-types.h

gpd#

EmberGpAddress EmberGpSinkTableEntry::gpd

The addressing info of the GPD


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

deviceId#

uint8_t EmberGpSinkTableEntry::deviceId

The device ID for the GPD


Definition at line 295 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


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

assignedAlias#

EmberNodeId EmberGpSinkTableEntry::assignedAlias

The assigned alias for the GPD


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

groupcastRadius#

uint8_t EmberGpSinkTableEntry::groupcastRadius

The groupcast radius


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

securityOptions#

uint8_t EmberGpSinkTableEntry::securityOptions

The security options field


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

gpdSecurityFrameCounter#

EmberGpSecurityFrameCounter EmberGpSinkTableEntry::gpdSecurityFrameCounter

The SFC of the GPD


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

gpdKey#

EmberKeyData EmberGpSinkTableEntry::gpdKey

The GPD key associated with this entry.


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