getCnxStateString

getCnxStateString — retrieves a string corresponding to the operational state.

Synopsis

For C++:
CString getCnxStateString(); 
void;
 
For Java and C#:
String getCnxStateString(); 
void;
 

Returns

The string corresponding to the operational state of the object (as returned by getCnxState).

Description

This method retrieves a string corresponding to the operational state.

See Also

getCnxState