ACDeviceTopic Class Reference

Inherits from ACTopic : NSObject
Declared in ACDeviceTopic.h

  subDomain

子域

@property (nonatomic, copy) NSString *subDomain

Declared In

ACDeviceTopic.h

  type

数据类型

@property (nonatomic, assign) ACDeviceDataType type

Declared In

ACDeviceTopic.h

  deviceId

deviceId

@property (nonatomic, assign) NSInteger deviceId

Declared In

ACDeviceTopic.h

– initWithSubDomain:deviceId:messageType:

初始化设备类型订阅对象实例

- (instancetype)initWithSubDomain:(NSString *)subDomain deviceId:(NSInteger)deviceId messageType:(ACDeviceDataType)type

Parameters

subDomain

子域

deviceId

设备逻辑id

type

订阅数据类型

Return Value

订阅对象实例

Declared In

ACDeviceTopic.h