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 if no data is available.
LBTServer.h
LBTServerClass Class