The internal representation of a sink table entry.

Public Attribute Documentation#

status#

sl_zigbee_gp_sink_table_entry_status_t sl_zigbee_gp_sink_table_entry_t::status

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


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

options#

uint16_t sl_zigbee_gp_sink_table_entry_t::options

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


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

gpd#

sl_zigbee_gp_address_t sl_zigbee_gp_sink_table_entry_t::gpd

The addressing info of the GPD


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

deviceId#

uint8_t sl_zigbee_gp_sink_table_entry_t::deviceId

The device ID for the GPD


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

sinkList#

sl_zigbee_gp_sink_list_entry_t sl_zigbee_gp_sink_table_entry_t::sinkList[GP_SINK_LIST_ENTRIES]

The list of sinks; hardcoded to 2, which is the spec minimum


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

assignedAlias#

sl_802154_short_addr_t sl_zigbee_gp_sink_table_entry_t::assignedAlias

The assigned alias for the GPD


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

groupcastRadius#

uint8_t sl_zigbee_gp_sink_table_entry_t::groupcastRadius

The groupcast radius


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

securityOptions#

uint8_t sl_zigbee_gp_sink_table_entry_t::securityOptions

The security options field


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

gpdSecurityFrameCounter#

sl_zigbee_gp_security_frame_counter_t sl_zigbee_gp_sink_table_entry_t::gpdSecurityFrameCounter

The SFC of the GPD


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

gpdKey#

sl_zigbee_key_data_t sl_zigbee_gp_sink_table_entry_t::gpdKey

The GPD key associated with this entry.


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