getCnxSubStateString

getCnxSubStateString — provides detailed information on the connection state (C++ only).

Syntax

For C++:

CString getCnxSubStateString(void);

Returns

A string containing a short description of the connection status.

Description

This method provides some additional insight into the status of the DataHub connection. A new status string may be obtained on each onStatusChange, along with the main getCnxStateString, and used for logging or otherwise indicating the connection sequence.

See Also

onStatusChange getCnxStateString, getCnxState