#include <ELClient.h>
#include <ELClientSocket.h>
#include <SC16IS750.h>
Go to the source code of this file.
|
| char * | getErrTxt (int16_t commError) |
| |
| void | tcpCb (uint8_t resp_type, uint8_t client_num, uint16_t len, char *data) |
| |
| void | wifiCb (void *response) |
| |
| void | setup () |
| |
| void | loop () |
| |
◆ getErrTxt()
| char * getErrTxt |
( |
int16_t |
commError | ) |
|
◆ loop()
◆ setup()
◆ tcpCb()
| void tcpCb |
( |
uint8_t |
resp_type, |
|
|
uint8_t |
client_num, |
|
|
uint16_t |
len, |
|
|
char * |
data |
|
) |
| |
◆ wifiCb()
| void wifiCb |
( |
void * |
response | ) |
|
◆ esp
◆ i2cuart
| ELClient esp& i2cuart = SC16IS750(SC16IS750_PROTOCOL_I2C,SC16IS750_ADDRESS_AA) |
◆ PROGMEM
| char* const errTxt [] PROGMEM = "192.168.0.102" |
Simple example to demo the El-Client TCP client This example sends out a message to a TCP socket server and waits for a response from the server
Definition at line 12 of file tcp_client_resp.ino.
◆ tcpConnNum
◆ wait
◆ waitTime
◆ wifiConnected
| boolean wifiConnected = false |