AP mode
Dependencies: NetworkSocketAPI WizFi310Interface mbed
Fork of WizFi310_TCP_Echo_Server_Example by
info.h@5:e313e52adcaf, 2017-10-02 (annotated)
- Committer:
- maru536
- Date:
- Mon Oct 02 22:02:47 2017 +0000
- Revision:
- 5:e313e52adcaf
- Parent:
- 2:8d119e9b8f5a
LED Complete
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
maru536 | 2:8d119e9b8f5a | 1 | #pragma once |
maru536 | 2:8d119e9b8f5a | 2 | #include "TCPServer.h" |
maru536 | 2:8d119e9b8f5a | 3 | #include "WizFi310Interface.h" |
maru536 | 2:8d119e9b8f5a | 4 | #include "resource.h" |
maru536 | 5:e313e52adcaf | 5 | #include "ShiftRegisterControlClass.h" |
maru536 | 2:8d119e9b8f5a | 6 | |
maru536 | 2:8d119e9b8f5a | 7 | void getInfoState(TCPSocket *socket, char *buf); |
maru536 | 5:e313e52adcaf | 8 | uint8_t processInfo(char *buf, ShiftRegisterControlClass led); |
maru536 | 2:8d119e9b8f5a | 9 | void processJson(bool* first, bool* second, bool* third, char *buf); |
maru536 | 5:e313e52adcaf | 10 | void recvInfo(TCPSocket *socket, char* buf, char* id, ShiftRegisterControlClass led); |