Example
LTcpClient::read Method ()
int
v = client.read();
if
(v != -1) {
Serial
.print((
char
)v); }