CommunicatorStatus Constants Reference

Declared in TCGBWebSocket.h

CommunicatorStatus

Definition

typedef NS_ENUM(NSInteger, CommunicatorStatus ) {
   CommunicatorNotInitialized = 0,
   CommunicatorInitialized,
   CommunicatorDisconnected,
   CommunicatorConnected,
};

Constants

CommunicatorNotInitialized

Declared In TCGBWebSocket.h.

CommunicatorInitialized

Declared In TCGBWebSocket.h.

CommunicatorDisconnected

Declared In TCGBWebSocket.h.

CommunicatorConnected

Declared In TCGBWebSocket.h.