getState #
Gets the current connection state.
Signature #
virtual int getState() = 0;
Return #
The current connection state, values can be from the KuzzleState enum:
KUZZLE_STATE_CONNECTING,
KUZZLE_STATE_DISCONNECTED,
KUZZLE_STATE_CONNECTED,
KUZZLE_STATE_INITIALIZING,
KUZZLE_STATE_READY,
KUZZLE_STATE_LOGGUED_OUT,
KUZZLE_STATE_ERROR,
KUZZLE_STATE_OFFLINE
Edit this page on Github(opens new window)