LKAEConnectConfig Class Reference
Inherits from | NSObject |
---|---|
Declared in | LKAppExpress.h |
appKey
应用 appkey,在 IoT 平台创建应用时生成
@property (nonatomic, copy) NSString *appKey
Discussion
应用 appkey,在 IoT 平台创建应用时生成
Declared In
LKAppExpress.h
authCode
无线保镖 authCode, 该值必须和安全图片 yw_1222_xxx.jpg 的 xxx 部分一致
@property (nonatomic, copy) NSString *authCode
Discussion
无线保镖 authCode, 该值必须和安全图片 yw_1222_xxx.jpg 的 xxx 部分一致
Declared In
LKAppExpress.h
server
长连通道连接的服务器地址,如果为空,底层通道会使用默认的地址,不要带 “协议://”
@property (nonatomic, copy, nullable) NSString *server
Discussion
长连通道连接的服务器地址,如果为空,底层通道会使用默认的地址,不要带 “协议://”
Declared In
LKAppExpress.h
port
通道连接的服务器端口,不传会使用默认端口
@property (nonatomic, assign) int port
Discussion
通道连接的服务器端口,不传会使用默认端口
Declared In
LKAppExpress.h
cerPath
TLS 文件绝对路径,如果为空,会使用默认的证书
@property (nonatomic, copy, nullable) NSString *cerPath
Discussion
TLS 文件绝对路径,如果为空,会使用默认的证书
Declared In
LKAppExpress.h