LKMgwConnectState Constants Reference

Declared in LKMobileGateway.h

LKMgwConnectState

移动设备网关建立长连接连接状态枚举

Definition

typedef NS_ENUM(NSInteger, LKMgwConnectState ) {
   LKMgwConnectStateConnected = 1,
   LKMgwConnectStateDisConnected = 2,
   LKMgwConnectStateConnecting = 3,
};

Constants

LKMgwConnectStateConnected

已连接

Declared In LKMobileGateway.h.

LKMgwConnectStateDisConnected

已断连

Declared In LKMobileGateway.h.

LKMgwConnectStateConnecting

连接中

Declared In LKMobileGateway.h.

Declared In

LKMobileGateway.h