LKMgwConnectConfig Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | LKMobileGateway.h |
productKey
移动网关三元组之productKey
@property (nonatomic, copy) NSString *productKeyDiscussion
移动网关三元组之productKey
Declared In
LKMobileGateway.h
deviceName
移动网关三元组之deviceName
@property (nonatomic, copy) NSString *deviceNameDiscussion
移动网关三元组之deviceName
Declared In
LKMobileGateway.h
deviceSecret
移动网关三元组之deviceSecret
@property (nonatomic, copy) NSString *deviceSecretDiscussion
移动网关三元组之deviceSecret
Declared In
LKMobileGateway.h
server
通道连接的服务器地址,如果为空,底层通道会使用默认的地址
@property (nonatomic, copy, nullable) NSString *serverDiscussion
通道连接的服务器地址,如果为空,底层通道会使用默认的地址
Declared In
LKMobileGateway.h
port
通道连接的服务器端口
@property (nonatomic, assign) int portDiscussion
通道连接的服务器端口
Declared In
LKMobileGateway.h
cerPath
TLS证书路径,如果为空,会使用默认的证书
@property (nonatomic, copy, nullable) NSString *cerPathDiscussion
TLS证书路径,如果为空,会使用默认的证书
Declared In
LKMobileGateway.h