virtual int peek();
Queries the first unread byte sent from the connected server side. This byte is not considered as read; therefore this method will return the same byte until read() is called.
The first unread byte sent from server
LTcpClient.h
LTcpClient Class