Lightstreamer macOS Client  1.2.5
Native macOS Client library for Lightstreamer
Enumerations
LSConnectionStatus.h File Reference

Enumerations

enum  LSConnectionStatus {
  LSConnectionStatusDisconnected = 0, LSConnectionStatusConnecting, LSConnectionStatusConnectedInStreamingMode, LSConnectionStatusConnectedInPollingMode,
  LSConnectionStatusStalled
}
 The LSConnectionStatus enum defines possible states of a connection. More...
 

Enumeration Type Documentation

The LSConnectionStatus enum defines possible states of a connection.

Enumerator
LSConnectionStatusDisconnected 

The LSClient is disconnected.

LSConnectionStatusConnecting 

The LSClient is connecting (or reconnecting) right now.

LSConnectionStatusConnectedInStreamingMode 
LSConnectionStatusConnectedInPollingMode 
LSConnectionStatusStalled 

The LSClient is connected but the connection failed to send data or keepalives for the configured timeout.