
TransferDataError 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 be used for the data transfer through the tunnel or passed with any commands concerning that specific tunnel. More... | |
| zb_uint8_t | transfer_data_status |
| The TransferDataStatus parameter indicates the error that occurred within the receiver after the last TransferData command. More... | |
TransferDataError command payload
| zb_uint8_t zb_zcl_tunneling_transfer_data_error_s::transfer_data_status |
The TransferDataStatus parameter indicates the error that occurred within the receiver after the last TransferData command.
| zb_uint16_t zb_zcl_tunneling_transfer_data_error_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. This ID must be used for the data transfer through the tunnel or passed with any commands concerning that specific tunnel.