Handle messages from the Host.
Files | |
Functions | |
| void | MessageHandler_Initialize (TransportTXFunction tx_cb) |
| Initialize the Message Handler sub-system. More... | |
| void | MessageHandler_HandleMessage (const Message *message) |
| Handle messages from the Host System. More... | |
| void | MessageHandler_TransceiverEvent (const TransceiverEvent *event) |
| Handle notifications when the transceiver operations complete. More... | |
| void MessageHandler_HandleMessage | ( | const Message * | message | ) |
Handle messages from the Host System.
| message | The message to handle, ownership is not transferred. Invalidated once the call completes. |
| void MessageHandler_Initialize | ( | TransportTXFunction | tx_cb | ) |
Initialize the Message Handler sub-system.
| tx_cb | The callback to use for sending messages. |
If PIPELINE_TRANSPORT_TX is defined in app_pipeline.h, the macro will override the tx_cb argument.
| void MessageHandler_TransceiverEvent | ( | const TransceiverEvent * | event | ) |
Handle notifications when the transceiver operations complete.
| event | the TransceiverEvent. |