diff options
Diffstat (limited to 'libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/TS28B.h')
| -rw-r--r-- | libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/TS28B.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/TS28B.h b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/TS28B.h new file mode 100644 index 0000000..0f49926 --- /dev/null +++ b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/TS28B.h | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | // | ||
| 2 | // TS28B.h | ||
| 3 | // iHealthSDKStatic | ||
| 4 | // | ||
| 5 | // Created by Lei Bao on 2017/6/13. | ||
| 6 | // Copyright © 2017年 daiqingquan. All rights reserved. | ||
| 7 | // | ||
| 8 | |||
| 9 | #import <Foundation/Foundation.h> | ||
| 10 | @class CBPeripheral; | ||
| 11 | |||
| 12 | @interface TS28B : NSObject | ||
| 13 | |||
| 14 | @property (strong, nonatomic,readonly) CBPeripheral *peripheral; | ||
| 15 | @property (copy, nonatomic) NSString *systemID; | ||
| 16 | @property (copy, nonatomic) NSString *modelNumber; | ||
| 17 | @property (copy, nonatomic) NSString *serialNumber; | ||
| 18 | @property (copy, nonatomic) NSString *firmwareVersion; | ||
| 19 | @property (copy, nonatomic) NSString *hardwareVersion; | ||
| 20 | @property (copy, nonatomic) NSString *softwareVersion; | ||
| 21 | @property (copy, nonatomic) NSString *manufacturerName; | ||
| 22 | @property (copy, nonatomic) NSNumber *batteryValue; | ||
| 23 | |||
| 24 | + (instancetype)modelWithPeripheral:(CBPeripheral *)peripheral; | ||
| 25 | |||
| 26 | @end | ||
