diff options
| author | hc <haocheng.xie@respiree.com> | 2026-04-13 15:17:52 +0800 |
|---|---|---|
| committer | hc <haocheng.xie@respiree.com> | 2026-04-13 15:17:52 +0800 |
| commit | d6d9a09d505d11148599a95a5be3e1351edbe0ac (patch) | |
| tree | a5f5891983d1ff207e99f683a5e151519cef4980 /libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/HealthHeader.h | |
| parent | e4fb9966e762852bf17f21c8406501d42fae0b61 (diff) | |
Local iHealth SDK, device detail screen, iOS event fixes
Diffstat (limited to 'libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/HealthHeader.h')
| -rw-r--r-- | libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/HealthHeader.h | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/HealthHeader.h b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/HealthHeader.h new file mode 100644 index 0000000..83ca80f --- /dev/null +++ b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/HealthHeader.h | |||
| @@ -0,0 +1,67 @@ | |||
| 1 | // | ||
| 2 | // HealthHeader.h | ||
| 3 | // iHealthDemoCode | ||
| 4 | // | ||
| 5 | // Created by zhiwei jing on 1/25/16. | ||
| 6 | // Copyright © 2016 zhiwei jing. All rights reserved. | ||
| 7 | // | ||
| 8 | |||
| 9 | #ifndef HealthHeader_h | ||
| 10 | #define HealthHeader_h | ||
| 11 | |||
| 12 | typedef NS_ENUM(NSUInteger, HealthDeviceType) { | ||
| 13 | //AM | ||
| 14 | HealthDeviceType_AM3, | ||
| 15 | HealthDeviceType_AM3S, | ||
| 16 | HealthDeviceType_AM4, | ||
| 17 | //BP | ||
| 18 | HealthDeviceType_BP3L, | ||
| 19 | HealthDeviceType_BP5SRW, | ||
| 20 | HealthDeviceType_BP5S, | ||
| 21 | HealthDeviceType_BP7S, | ||
| 22 | HealthDeviceType_KN550BT, | ||
| 23 | HealthDeviceType_KD926, | ||
| 24 | HealthDeviceType_KD723, | ||
| 25 | HealthDeviceType_ABPM, | ||
| 26 | //PO | ||
| 27 | HealthDeviceType_PO3, | ||
| 28 | //HS | ||
| 29 | HealthDeviceType_HS4, | ||
| 30 | HealthDeviceType_HS2, | ||
| 31 | //ECG | ||
| 32 | HealthDeviceType_ECG3, | ||
| 33 | //BG | ||
| 34 | HealthDeviceType_BG5S, | ||
| 35 | //HTS | ||
| 36 | HealthDeviceType_TS28B, | ||
| 37 | HealthDeviceType_CONTINUA_BP, | ||
| 38 | HealthDeviceType_CONTINUA_BG, | ||
| 39 | HealthDeviceType_CONTINUA_PO, | ||
| 40 | HealthDeviceType_CONTINUA_HS, | ||
| 41 | HealthDeviceType_THV3, | ||
| 42 | //BLE Device | ||
| 43 | HealthDeviceType_HS3, | ||
| 44 | HealthDeviceType_HS5, | ||
| 45 | HealthDeviceType_BP3, | ||
| 46 | HealthDeviceType_BP5, | ||
| 47 | HealthDeviceType_BP7, | ||
| 48 | HealthDeviceType_ABI, | ||
| 49 | HealthDeviceType_BG1, | ||
| 50 | HealthDeviceType_BG3, | ||
| 51 | HealthDeviceType_BG5, | ||
| 52 | HealthDeviceType_USBECG, | ||
| 53 | HealthDeviceType_HS6, | ||
| 54 | HealthDeviceType_AM5, | ||
| 55 | HealthDeviceType_BP5C, | ||
| 56 | HealthDeviceType_HS2S, | ||
| 57 | HealthDeviceType_BG1S, | ||
| 58 | HealthDeviceType_NT13B, | ||
| 59 | HealthDeviceType_PT3SBT, | ||
| 60 | HealthDeviceType_PO1, | ||
| 61 | }; | ||
| 62 | |||
| 63 | #import "ScanDeviceController.h" | ||
| 64 | #import "ConnectDeviceController.h" | ||
| 65 | |||
| 66 | |||
| 67 | #endif /* HealthHeader_h */ | ||
