int peek();
Returns the next byte of incoming serial data without removing it from the internal serial buffer.
The first byte of incoming serial data available.
-1: No data is available.
LBTClient.h
LBTClientClass Class