The internal representation of a proxy or sink table entry.

Public Attribute Documentation#

status#

EmberGpProxyTableEntryStatus EmberGpProxyTableEntry::status

Internal status. Defines if the entry is unused or used as a proxy entry


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

options#

uint32_t EmberGpProxyTableEntry::options

The tunneling options (this contains both options and extendedOptions from the spec)


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

gpd#

EmberGpAddress EmberGpProxyTableEntry::gpd

The addressing info of the GPD


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

assignedAlias#

EmberNodeId EmberGpProxyTableEntry::assignedAlias

The assigned alias for the GPD


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

securityOptions#

uint8_t EmberGpProxyTableEntry::securityOptions

The security options field


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

gpdSecurityFrameCounter#

EmberGpSecurityFrameCounter EmberGpProxyTableEntry::gpdSecurityFrameCounter

The SFC of the GPD


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

gpdKey#

EmberKeyData EmberGpProxyTableEntry::gpdKey

The key


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

sinkList#

EmberGpSinkListEntry EmberGpProxyTableEntry::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 222 of file stack/include/gp-types.h

groupcastRadius#

uint8_t EmberGpProxyTableEntry::groupcastRadius

The groupcast radius


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

searchCounter#

uint8_t EmberGpProxyTableEntry::searchCounter

The search counter


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