isConnected

isConnected — indicates whether a connection has been established.

Syntax

For C++ and C#:

bool isConnected(void);

For Java:

boolean isConnected(void);

Returns

TRUE is a connection to the DataHub has been established, FALSE otherwise.

See Also

isConnecting, openConnection, retryConnection, closeConnection