AP mode

Dependencies:   NetworkSocketAPI WizFi310Interface mbed

Fork of WizFi310_TCP_Echo_Server_Example by WIZnet

info.h

Committer:
maru536
Date:
2017-10-03
Revision:
8:e26236864101
Parent:
5:e313e52adcaf

File content as of revision 8:e26236864101:

#pragma once
#include "TCPServer.h"
#include "WizFi310Interface.h"
#include "resource.h"
#include "ShiftRegisterControlClass.h"

void getInfoState(TCPSocket *socket, char *buf);
uint8_t processInfo(char *buf, ShiftRegisterControlClass led);
void processJson(bool* first, bool* second, bool* third, char *buf);
void recvInfo(TCPSocket *socket, char* buf, char* id, ShiftRegisterControlClass led);