Z-Wave Protocol Controller Reference

Internal Z-Wave Controller transport related functions. More...

Collaboration diagram for Z-Wave Controller Transport internals.:

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...
 

Detailed Description

Internal Z-Wave Controller transport related functions.

Function Documentation

◆ zwave_controller_transport_on_frame_received()

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 .

Parameters
connection_infoInformation about the source and destination node if the frame, as well as information about how the frame was encapsulated
rx_optionsReceive specific information
frame_dataPointer to de-encapsulated data
frame_lengthLength of data
Returns
SL_STATUS_NOT_FOUND if no handler was found. SL_STATUS_INVALID_PARAMETER on invalid frames Otherwise the status if the executed hander list returned
Here is the call graph for this function:
Here is the caller graph for this function: