DEADeviceInfoService Class Reference
| Inherits from | YMSCBService : NSObject |
|---|---|
| Declared in | DEADeviceInfoService.h DEADeviceInfoService.m |
Properties
system_id
System ID
@property (nonatomic, strong) NSString *system_idDiscussion
System ID
Declared In
DEADeviceInfoService.h
model_number
Model Number
@property (nonatomic, strong) NSString *model_numberDiscussion
Model Number
Declared In
DEADeviceInfoService.h
serial_number
Serial Number
@property (nonatomic, strong) NSString *serial_numberDiscussion
Serial Number
Declared In
DEADeviceInfoService.h
firmware_rev
Firmware Revision
@property (nonatomic, strong) NSString *firmware_revDiscussion
Firmware Revision
Declared In
DEADeviceInfoService.h
hardware_rev
Hardware Revision
@property (nonatomic, strong) NSString *hardware_revDiscussion
Hardware Revision
Declared In
DEADeviceInfoService.h
software_rev
Software Revision
@property (nonatomic, strong) NSString *software_revDiscussion
Software Revision
Declared In
DEADeviceInfoService.h
manufacturer_name
Manufacturer Name
@property (nonatomic, strong) NSString *manufacturer_nameDiscussion
Manufacturer Name
Declared In
DEADeviceInfoService.h
ieee11073_cert_data
IEEE 11073 Certification Data
@property (nonatomic, strong) NSString *ieee11073_cert_dataDiscussion
IEEE 11073 Certification Data
Declared In
DEADeviceInfoService.h
Read Device Information
– readDeviceInfo
Issue set of read requests to obtain device information which is store in the class properties.
- (void)readDeviceInfoDiscussion
Issue set of read requests to obtain device information which is store in the class properties.
Declared In
DEADeviceInfoService.h
Other Methods
– initWithName:parent:baseHi:baseLo:serviceOffset:
Initialize class instance.
- (instancetype)initWithName:(NSString *)oName parent:(YMSCBPeripheral *)pObj baseHi:(int64_t)hi baseLo:(int64_t)lo serviceOffset:(int)serviceOffsetParameters
oName |
name of service |
|---|---|
pObj |
parent object which owns this service |
hi |
top 64 bits of 128-bit base address value |
lo |
bottom 64 bits of 128-bit base address value |
serviceOffset |
offset address of service |
Return Value
Discussion
Initialize class instance.
Declared In
YMSCBService.h