gsmGetICCID (Function) |
Top Previous Next |
gsmGetICCID will return the ICCID (SIM card) number of the SIM card installed in the RTCU device. If no SIM card is installed, this function will return an empty string. Note: if gsmPower is not called before this function, an empty string will be returned.
Input: None.
Returns: STRING The ICCID number of the GSM module.
Declaration: FUNCTION gsmGetICCID : STRING;
Example: INCLUDE rtcu.inc |