Declared in Bit6Constants.h

Bit6RTStatus

Web Socket connection status.

Definition

typedef NS_ENUM(NSInteger, Bit6RTStatus ) {
   Bit6RTStatus_DISCONNECTED = 0,
   Bit6RTStatus_CONNECTING,
   Bit6RTStatus_CONNECTED,
};

Constants

Bit6RTStatus_DISCONNECTED

Web Socket is disconnected.

Declared In Bit6Constants.h.

Bit6RTStatus_CONNECTING

Web Socket is tring to connect.

Declared In Bit6Constants.h.

Bit6RTStatus_CONNECTED

Web Socket is connected.

Declared In Bit6Constants.h.

Declared In

Bit6Constants.h