|
Z-Wave Protocol Controller Reference
|
Internal Z-Wave Controller transport related functions. More...
Functions | |
| sl_status_t | zwave_controller_transport_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 of frame to the transport plugin system . More... | |
Internal Z-Wave Controller transport related functions.
| sl_status_t zwave_controller_transport_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 of frame to the transport plugin system .
| connection_info | Information about the source and destination node if the frame, as well as information about how the frame was encapsulated |
| rx_options | Receive specific information |
| frame_data | Pointer to de-encapsulated data |
| frame_length | Length of data |