|
Z-Wave Protocol Controller Reference
|
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... | |