protocol_handles
If a protocol can handle a client.
Definition: protocols.h:23
struct protocol * protocol_flash
This protocol's functions.
Definition: protocols_flash.h:19
Everything that a client needs to function.
Definition: client.h:100
What a protocol needs to route messages around.
Definition: protocols.h:114
Every header, definition, and whatnot QuickIO needs to run.
void protocol_flash_init()
Sets up everything to run.
protocol_status
Responses from the route() functions.
Definition: protocols.h:43
enum protocol_handles protocol_flash_handles(struct client *client)
If flash can handle this client.
enum protocol_status protocol_flash_handshake(struct client *client)
To complete the single, simple flash handshake.