summaryrefslogtreecommitdiff
path: root/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BG5Controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BG5Controller.h')
-rw-r--r--libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BG5Controller.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BG5Controller.h b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BG5Controller.h
new file mode 100644
index 0000000..32f8935
--- /dev/null
+++ b/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BG5Controller.h
@@ -0,0 +1,28 @@
1//
2// BG5Controller.h
3// testShareCommunication
4//
5// Created by daiqingquan on 14-1-16.
6// Copyright (c) 2014年 my. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10#import "BGMacroFile.h"
11
12/**
13 BG5Controller
14 */
15@interface BG5Controller : BGController
16
17/**
18 *Initialization for BG5 (wireless BG via Bluetooth)
19 */
20+(BG5Controller *)shareIHBg5Controller;
21
22/**
23 * Get all BG5 Instance
24 * The methold needs to be called when the BG5 has been triggered. When the app detected the glucose meter, the notification with the name of BG5ConnectNoti will be sent. After the device disconnected, the notification with the name of BG5DisConnectNoti will be received.
25 */
26-(NSArray *)getAllCurrentBG5Instace;
27
28@end