|
Z-Wave Protocol Controller Reference
|
This is the public interface for the Z-Wave TX component. More...
Classes | |
| struct | zwave_tx_transport_options |
| Data used by Z-Wave Transports to track their "session". More... | |
| struct | zwave_tx_options |
Typedefs | |
| typedef void * | zwave_tx_session_id_t |
| Handle that can be used for aborting ongoing transmissions or identifying TX Queue elements. More... | |
| typedef struct zwave_tx_transport_options | zwave_tx_transport_options_t |
| Data used by Z-Wave Transports to track their "session". More... | |
| typedef struct zwave_tx_options | zwave_tx_options_t |
This is the public interface for the Z-Wave TX component.
zwave_tx_send_data() and zwave_tx_abort_transmission() are the two main functions to be used from other components.
zwave_tx_init() should not be called by other components.
| typedef struct zwave_tx_options zwave_tx_options_t |
| typedef void* zwave_tx_session_id_t |
Handle that can be used for aborting ongoing transmissions or identifying TX Queue elements.
| typedef struct zwave_tx_transport_options zwave_tx_transport_options_t |
Data used by Z-Wave Transports to track their "session".