size_t write( uint8_t c );
size_t write( uint8_t c );
This function is the step two of sending an SMS, which is to write one byte at a time into the SMS content. You can also use print() to write one string into SMS content at a time.
Parameters |
Description |
uint8_t c |
[IN] The byte to write. |
1: Successful.
0: Failed.
LGSM.h