gsmPowerLP (Function) |
Top Previous Next |
This function controls the power supply to the on-board cellular engine. By using this function, the VPL program can switch on and off the cellular engine to save power. Unlike gsmPower, this function is operating the engine on a slower communication speed - thus enabling the use of advanced power management functions such as pmSetSpeed. The bandwidth when using a mobile network will be lower when the engine is switched on by using this function rather than gsmPower.
Input: power : BOOL
Returns: INT Same return codes as gsmPower.
Declaration: FUNCTION gsmPowerLP : INT;
Example: INCLUDE rtcu.inc |