Developing with ZBOSS for Zigbee
zb_zcl_tunneling_ready_data_s Struct Reference

#include <zb_zcl_tunneling.h>

Data Fields

zb_uint16_t tunnel_id
 
zb_uint16_t number_of_octets_left
 

Detailed Description

ReadyData command payload

See also
SE spec, subclause D.6.2.4.6.2
Client ReadyData command
Server ReadyData command

Field Documentation

◆ number_of_octets_left

zb_uint16_t zb_zcl_tunneling_ready_data_s::number_of_octets_left

Indicates the number of octets that may be received by the initiator of this command (receiver). It is most likely the remaining size of the buffer holding the data that is sent over TransferData.

◆ tunnel_id

zb_uint16_t zb_zcl_tunneling_ready_data_s::tunnel_id

A number between 0..65535 that uniquely identifies the tunnel that has been allocated in the server triggered through the RequestTunnel command.


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