The internal representation of a proxy table entry.
Public Attribute Documentation#
status#
sl_zigbee_gp_proxy_table_entry_status_t sl_zigbee_gp_proxy_table_entry_t::status
Internal status. Defines if the entry is unused or used as a proxy entry
options#
uint32_t sl_zigbee_gp_proxy_table_entry_t::options
The tunneling options (this contains both options and extendedOptions from the spec)
assignedAlias#
sl_802154_short_addr_t sl_zigbee_gp_proxy_table_entry_t::assignedAlias
The assigned alias for the GPD
gpdSecurityFrameCounter#
sl_zigbee_gp_security_frame_counter_t sl_zigbee_gp_proxy_table_entry_t::gpdSecurityFrameCounter
The SFC of the GPD
sinkList#
sl_zigbee_gp_sink_list_entry_t sl_zigbee_gp_proxy_table_entry_t::sinkList[GP_SINK_LIST_ENTRIES]
The list of sinks; hardcoded to 2, which is the spec minimum