Z-Wave Protocol Controller Reference
zwave_transport_service_wrapper.h File Reference
Include dependency graph for zwave_transport_service_wrapper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

sl_status_t zwave_transport_service_transport_init ()
 
sl_status_t zwave_transport_service_send_data (const zwave_controller_connection_info_t *connection, uint16_t data_length, const uint8_t *cmd_data, const zwave_tx_options_t *tx_options, const on_zwave_tx_send_data_complete_t on_send_complete, void *user, zwave_tx_session_id_t parent_session_id)
 Sending a frame with Transport service. More...
 
sl_status_t zwave_transport_service_on_frame_received (const zwave_controller_connection_info_t *connection_info, const zwave_rx_receive_options_t *rx_options, const uint8_t *frame_data, uint16_t frame_length)
 Entry point of Transport service frames received from the PHY/radio stack. More...