Developing with ZBOSS for Zigbee
zb_zcl_tunneling_request_tunnel_response_s Struct Reference

RequestTunnelResponse command payload More...

#include <zb_zcl_tunneling.h>

Data Fields

zb_uint16_t tunnel_id
 A number between 0..65535 that uniquely identifies the tunnel that has been allocated in the server triggered through the RequestTunnel command. This ID must now be used to send data through this tunnel (TunnelID, TransferData) and is also required to close the tunnel again (CloseTunnel). If the command has failed, the TunnelStatus contains the reason of the error and the TunnelID is set to 0xFFFF.
 
zb_uint8_t tunnel_status
 The TunnelStatus parameter indicates the server’s internal status after the execution of a RequestTunnel command. More...
 
zb_uint16_t max_incoming_transfer_size
 A value that defines the size, in octets, of the maximum data packet that can be transferred to the server in the payload of a single TransferData command.
 

Detailed Description

RequestTunnelResponse command payload

See also
SE spec, subclause D.6.2.5.1.2

Field Documentation

◆ tunnel_status

zb_uint8_t zb_zcl_tunneling_request_tunnel_response_s::tunnel_status

The TunnelStatus parameter indicates the server’s internal status after the execution of a RequestTunnel command.

See also
zb_zcl_tunneling_tunnel_status_e

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