LKMgwError Constants Reference

Declared in LKMobileGateway.h

LKMgwError

移动设备网关错误值枚举

Definition

typedef NS_ENUM(NSInteger, LKMgwError ) {
   LKMgwErrorSubdevConnFailed = 4301,
   LKMgwErrorThingTopoNotExist = 4302,
};

Constants

LKMgwErrorSubdevConnFailed

子设备通道打开失败

Declared In LKMobileGateway.h.

LKMgwErrorThingTopoNotExist

子设备跟移动设备网关的拓扑关系不存在,请先添加拓扑关系

Declared In LKMobileGateway.h.

Declared In

LKMobileGateway.h