#include <ZAF_types.h>
Data Fields | |
| node_id_t | nodeId |
| uint8_t | status |
| TRANSMISSION_RESULT_FINISH_STATUS | isFinished |
This struct defines the values which can be parsed to a callback function upon an ended transmission regardless of the result.
| TRANSMISSION_RESULT_FINISH_STATUS transmission_result_t::isFinished |
If transmission to several nodes, this flag is set if transmission for the last node has ended.
| node_id_t transmission_result_t::nodeId |
The ID of the node to which the transmission has been done.
| uint8_t transmission_result_t::status |
Status of the transmission. See ZW_transport_api.h.