rchInterfaceSet (Function) |
Top Previous Next |
This function temporarily changes the network interface used to connect to the RTCU Communication Hub. This function works similarly to gwSetMedia. The default network interface is cellular.
If a non-fallback server configuration is enabled, this function must be called after gwOpen to work.
Input: iface : SINT (Default 1) The network interface to use to connect to the server. (see Network for available interfaces)
Returns: INT
Declaration: FUNCTION rchInterfaceSet : INT;
Example: INCLUDE rtcu.inc |