30 #ifndef FIRMWARE_SRC_MESSAGE_HANDLER_H_
31 #define FIRMWARE_SRC_MESSAGE_HANDLER_H_
68 #endif // FIRMWARE_SRC_MESSAGE_HANDLER_H_
void MessageHandler_TransceiverEvent(const TransceiverEvent *event)
Handle notifications when the transceiver operations complete.
void MessageHandler_Initialize(TransportTXFunction tx_cb)
Initialize the Message Handler sub-system.
The Host <-> Device communication transport.
The DMX512 / RDM Transceiver.
bool(* TransportTXFunction)(uint8_t, Command, uint8_t, const IOVec *, unsigned int)
A function pointer to send a message to the host.
Definition: transport.h:57
A de-serialized message.
Definition: message.h:39
Information about a transceiver event.
Definition: transceiver.h:196
void MessageHandler_HandleMessage(const Message *message)
Handle messages from the Host System.
Unpack messages from the host.