xsql_iot_enable_connection

Turns the IoT connector on.

For an overview see page Introduction to eXtremeDB Active Replication Fabric

Prototype

     
    xsql_iot_enable_connection(type string, address string);
     

Arguments

type The type of connector; possible values are "listen" or "connect"
address The connector's address as specified in the config file, e.g. '192.168.0.1:10000'

Description

This function turns on the IoT connector which may have been disabled at runtime startup.

Example

 
    XSQL>select xsql_iot_enable_connection('connect', '192.168.0.1:10000');
    #1
    ------------------------------------------------------------------------------
    1