LKMgwConnectConfig Class Reference

Inherits from NSObject
Declared in LKMobileGateway.h

Overview

移动设备网关建立长连接配置项

  productKey

移动网关三元组之productKey

@property (nonatomic, copy) NSString *productKey

Discussion

移动网关三元组之productKey

Declared In

LKMobileGateway.h

  deviceName

移动网关三元组之deviceName

@property (nonatomic, copy) NSString *deviceName

Discussion

移动网关三元组之deviceName

Declared In

LKMobileGateway.h

  deviceSecret

移动网关三元组之deviceSecret

@property (nonatomic, copy) NSString *deviceSecret

Discussion

移动网关三元组之deviceSecret

Declared In

LKMobileGateway.h

  server

通道连接的服务器地址,如果为空,底层通道会使用默认的地址

@property (nonatomic, copy, nullable) NSString *server

Discussion

通道连接的服务器地址,如果为空,底层通道会使用默认的地址

Declared In

LKMobileGateway.h

  port

通道连接的服务器端口

@property (nonatomic, assign) int port

Discussion

通道连接的服务器端口

Declared In

LKMobileGateway.h

  cerPath

TLS证书路径,如果为空,会使用默认的证书

@property (nonatomic, copy, nullable) NSString *cerPath

Discussion

TLS证书路径,如果为空,会使用默认的证书

Declared In

LKMobileGateway.h