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

gpd#

EmberGpAddress EmberGpSinkTableEntry::gpd

The addressing info of the GPD


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

deviceId#

uint8_t EmberGpSinkTableEntry::deviceId

The device ID for the GPD


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

assignedAlias#

EmberNodeId EmberGpSinkTableEntry::assignedAlias

The assigned alias for the GPD


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

groupcastRadius#

uint8_t EmberGpSinkTableEntry::groupcastRadius

The groupcast radius


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

securityOptions#

uint8_t EmberGpSinkTableEntry::securityOptions

The security options field


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

gpdSecurityFrameCounter#

EmberGpSecurityFrameCounter EmberGpSinkTableEntry::gpdSecurityFrameCounter

The SFC of the GPD


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

gpdKey#

EmberKeyData EmberGpSinkTableEntry::gpdKey

The GPD key associated with this entry.


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