LKAppExpConnectState Constants Reference

Declared in LKAppExpress.h

LKAppExpConnectState

长连接通道连接状态枚举

Definition

typedef NS_ENUM(NSInteger, LKAppExpConnectState ) {
   LKAppExpConnectStateConnected = 1,
   LKAppExpConnectStateDisconnected = 2,
   LKAppExpConnectStateConnecting = 3,
};

Constants

LKAppExpConnectStateConnected

通道已连接

Declared In LKAppExpress.h.

LKAppExpConnectStateDisconnected

通道连接断开

Declared In LKAppExpress.h.

LKAppExpConnectStateConnecting

通道正在尝试连接

Declared In LKAppExpress.h.

Declared In

LKAppExpress.h