ACDevice Class Reference

Inherits from NSObject
Declared in ACDevice.h

  subDomain

设备子域

@property (nonatomic, copy) NSString *subDomain

Declared In

ACDevice.h

  ip

设备IP地址

@property (nonatomic, copy) NSString *ip

Declared In

ACDevice.h

  deviceVersion

设备固件版本

@property (nonatomic, copy) NSString *deviceVersion

Declared In

ACDevice.h

  moduleVersion

设备通信模组版本

@property (nonatomic, copy) NSString *moduleVersion

Declared In

ACDevice.h

  activeTime

设备激活时间,格式yyyy-MM-dd HH:mm:ss

@property (nonatomic, copy) NSString *activeTime

Declared In

ACDevice.h

  lastOnlineTime

设备最后上线时间,格式yyyy-MM-dd HH:mm:ss

@property (nonatomic, copy) NSString *lastOnlineTime

Declared In

ACDevice.h

  country

设备地理位置,国家

@property (nonatomic, copy) NSString *country

Declared In

ACDevice.h

  province

设备地理位置,省

@property (nonatomic, copy) NSString *province

Declared In

ACDevice.h

  city

设备地理位置,地区

@property (nonatomic, copy) NSString *city

Declared In

ACDevice.h

  street

街道

@property (nonatomic, copy) NSString *street

Declared In

ACDevice.h

  mac

mac地址

@property (nonatomic, copy) NSString *mac

Declared In

ACDevice.h

+ deviceWithDict:

使用字典初始化

+ (instancetype)deviceWithDict:(NSDictionary *)dict

Parameters

dict

属性字典

Declared In

ACDevice.h