AP mode

Dependencies:   NetworkSocketAPI WizFi310Interface mbed

Fork of WizFi310_TCP_Echo_Server_Example by WIZnet

info.h

Committer:
maru536
Date:
2017-10-02
Revision:
2:8d119e9b8f5a
Child:
5:e313e52adcaf

File content as of revision 2:8d119e9b8f5a:

#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);