int peek();
Reads the content of the unread SMS, one byte at a time without moving the cursor. Repeatedly calling peek() will return the same result.
One byte of SMS content.
-1: It has reached the end of SMS.
LGSM.h
LSMSClass Class