Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
transmission_result_t Struct Reference

#include <ZAF_types.h>

Data Fields

node_id_t nodeId
 
uint8_t status
 
TRANSMISSION_RESULT_FINISH_STATUS isFinished
 

Detailed Description

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

Field Documentation

◆ 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.

◆ 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.


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