int remoteNumber( char* number, int nlength );
int remoteNumber( char* number, int nlength );
This function returns the source number of the unread SMS.
|
Parameters |
Description |
|
char* number |
[OUT] The array to save SMS number. |
|
int nlength |
[IN] The size of the array. |
Length of the returning SMS number.
0: There is no unread SMS.
The required input size without filling the input array, if the size of input array is too small. Please call the function again with a larger array.
LGSM.h