zb_zcl_tunneling_supported_tunnel_protocols_response_s

nRF5 SDK for Thread and Zigbee v4.2.0

#include <zb_zcl_tunneling.h>

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.

  • external/zboss/include/zcl/zb_zcl_tunneling.h