Developing with ZBOSS for Zigbee
zb_zcl_tunneling_supported_tunnel_protocols_response_s Struct Reference

#include <zb_zcl_tunneling.h>

Data Fields

zb_uint8_t protocol_list_complete
 
zb_uint8_t protocol_count
 
zb_zcl_tunneling_protocol_field_t protocol_list [16]
 

Detailed Description

SupportedTunnelProtocolResponse command payload.

See also
SE spec, subclause D.6.2.5.6.2

Field Documentation

◆ protocol_count

zb_uint8_t zb_zcl_tunneling_supported_tunnel_protocols_response_s::protocol_count

The number of Protocol fields contained in the response.

◆ protocol_list

zb_zcl_tunneling_protocol_field_t zb_zcl_tunneling_supported_tunnel_protocols_response_s::protocol_list[16]

The payload of the response should be capable of holding up to 16 protocols.

See also
zb_zcl_tunneling_protocol_field_s

◆ protocol_list_complete

zb_uint8_t zb_zcl_tunneling_supported_tunnel_protocols_response_s::protocol_list_complete

The Protocol List Complete field is a Boolean; a value of 0(ZB_FALSE) indicates that there are more supported protocols available (if more than 16 protocols are supported). A value of 1(ZB_TRUE) indicates that the list of supported protocols is complete.


The documentation for this struct was generated from the following file: