QuickIO  0.2
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
protocols_flash.h
Go to the documentation of this file.
1 
13 #pragma once
14 #include "quickio.h"
15 
20 
24 void protocol_flash_init();
25 
30 
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.