AP mode
Dependencies: NetworkSocketAPI WizFi310Interface mbed
Fork of WizFi310_TCP_Echo_Server_Example by
Diff: info.h
- Revision:
- 2:8d119e9b8f5a
- Child:
- 5:e313e52adcaf
diff -r 5981ba4a8323 -r 8d119e9b8f5a info.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/info.h Mon Oct 02 20:48:08 2017 +0000 @@ -0,0 +1,9 @@ +#pragma once +#include "TCPServer.h" +#include "WizFi310Interface.h" +#include "resource.h" + +void getInfoState(TCPSocket *socket, char *buf); +uint8_t processInfo(char *buf); +void processJson(bool* first, bool* second, bool* third, char *buf); +void recvInfo(TCPSocket *socket, char* buf, char* id); \ No newline at end of file