LKPUserGuideCode Constants Reference

Declared in IMLAddDeviceBiz.h

LKPUserGuideCode

  • 准备配网指导码 guideCode = 1,对应页面流转:直接进入输入密码页 guideCode = 2,对应页面流转:用户引导页-》输入密码页

Definition

typedef NS_ENUM(NSInteger, LKPUserGuideCode ) {
   LKPGuideCodeOnlyInputPwd = 1,
   LKPGuideCodeWithUserGuide = 2,
};

Constants

LKPGuideCodeOnlyInputPwd

对应页面流转:直接进入输入密码页

Declared In IMLAddDeviceBiz.h.

LKPGuideCodeWithUserGuide

对应页面流转:用户引导页-》输入密码页

Declared In IMLAddDeviceBiz.h.

Declared In

IMLAddDeviceBiz.h