gwEnableLPS (Function) |
Top Previous Next |
This function controls whether Large Packet Support (LPS) is used when communicating over the RTCU Communication Hub. The mode selected by this function takes effect when opening a RTCU Communication Hub session with gwOpen, netOpen or gprsOpen. To make the change take effect immediately then any active RTCU Communication Hub session must be terminated/suspended, using gwSuspend or gwClose.
Input: enable : BOOL Enable or disable Large Packet Support (LPS).
Returns: BOOL
Declaration: FUNCTION gwEnableLPS : BOOL;
Example: INCLUDE rtcu.inc gsmPower(power := TRUE); gwEnableLPS(enable := OFF); |