Decapsulate Multi Command encapsulation and inject the frames back to the Z-Wave Controller.
The provided payload will be Multi Command decapsulated and the endpoint data will be copied in connection->remote.endpoint_id and connection->local.endpoint_id and passed to the zwave_command_handler_dispatch() function.
- Parameters
-
| connection_info | Connection object describing the source and destination. |
| frame_data | Length of the frame to send |
| frame_length | Points to the payload to send |
- Returns
- SL_STATUS_NOT_SUPPORTED if the frame data is not multi command encapsulated properly to generate a decapsulated frame
- SL_STATUS_FAIL If not all incapsulated commands processed correctly
- SL_STATUS_OK If all incapsulated commands processed correctly.