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.


Definition at line 175 of file /mnt/raid/workspaces/ws.WH1KakGoP/overlay/gsdk/protocol/z-wave/ZAF/ApplicationUtilities/ZAF_types.h

status#

uint8_t transmission_result_t::status

Status of the transmission.

See ZW_transport_api.h.


Definition at line 176 of file /mnt/raid/workspaces/ws.WH1KakGoP/overlay/gsdk/protocol/z-wave/ZAF/ApplicationUtilities/ZAF_types.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.


Definition at line 180 of file /mnt/raid/workspaces/ws.WH1KakGoP/overlay/gsdk/protocol/z-wave/ZAF/ApplicationUtilities/ZAF_types.h