gsmSetSMSSCN (Function) |
Top Previous Next |
This sets the SMS Service Center Address to use for all further transmission of SMS messages. On most SIM cards this is not necessary as the default SMS Service Center Address is stored on the SIM card by the GSM operator. This function is only to be called before the GSM module is powered on, i.e. before gsmPower(power:=true) has been called.
Input: number : STRING The SMS Service Center Address to use when sending SMS messages from the device.
Returns: None.
Declaration: FUNCTION gsmSetSMSSCN;
Example: INCLUDE rtcu.inc |