33 #ifndef FIRMWARE_SRC_TRANSPORT_H_
34 #define FIRMWARE_SRC_TRANSPORT_H_
67 #endif // FIRMWARE_SRC_TRANSPORT_H_
Flags have changed.
Definition: transport.h:44
An IOVector, with a pointer to memory and a length attribute.
Definition: iovec.h:35
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
The message has been truncated.
Definition: transport.h:45
Command
The Ja Rule message commands.
Definition: constants.h:87
TransportFlags
Flags use in a response message.
Definition: transport.h:43
void(* TransportRxFunction)(const uint8_t *, unsigned int)
A function pointer to call when data is received from the host.
Definition: transport.h:65