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