This struct defines the values which can be parsed to a callback function upon an ended transmission regardless of the result.

Public Attributes#

The ID of the node to which the transmission has been done.

uint8_t

Status of the transmission.

If transmission to several nodes, this flag is set if transmission for the last node has ended.

Public Attribute Documentation#

nodeId#

node_id_t transmission_result_t::nodeId

The ID of the node to which the transmission has been done.


status#

uint8_t transmission_result_t::status

Status of the transmission.

See ZW_transport_api.h.


isFinished#

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.