gprsClose (Function) |
Top Previous Next |
This stops the cellular network connection to the internet. When this function returns, no communication that uses cellular network should occur. After this functions returns, the gprsConnected() function will indicate than the network connection is unavailable.
Input: None.
Returns: INT
Declaration: FUNCTION gprsClose : INT;
Example:
|