rchIsOpen (Function) |
|
This returns information about whether a RTCU Communication Hub connection is opened in the device. The function will not tell if an actual connection is finally established, to determine this, the rchConnected function must be used.
The rchIsOpen function is functionally identical to and interchangeable with the gwIsOpen function.
Input: None.
Returns: BOOL True if connection is opened, false if not.
Declaration: FUNCTION rchIsOpen : BOOL;
Example:
INCLUDE rtcu.inc |