int read();
Reads the content of the unread SMS, one byte at a time. The difference between read() and peek() is that read() moves the cursor but peak() does not.
One byte of SMS content.
-1: It has reached the end of SMS.
LGSM.h
LSMSClass Class