gsmGetCurrentProvider (Function) |
Top Previous Next |
This returns the GSM Public Land Mobile Network number (PLMN) of the current provider.
Input: None.
Returns: DINT The PLMN of the current provider. This will return 0 (zero) if not connected to any provider.
Declaration: FUNCTION gsmGetCurrentProvider : DINT;
Example: INCLUDE rtcu.inc |