summaryrefslogtreecommitdiff
path: root/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BP7Controller.h
blob: 2c0151e67e1701f3f57f3d6d1b6666ed14af735c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//
//  BP7Controller.h
//  testShareCommunication
//
//  Created by my on 8/10/13.
//  Copyright (c) 2013年 my. All rights reserved.
//

#import <Foundation/Foundation.h>
#import "BPMacroFile.h"

/**
 BP7 controller class
 */
@interface BP7Controller : BPController
/**
 * Initialize BP7 controller class
 */
+(BP7Controller *)shareBP7Controller;

/**
 * Get all BP7 instance,Access control class instance after receiving BP7ConnectNoti, then use instance to call BP7 related communication methods.
 */
-(NSArray *)getAllCurrentBP7Instace;
@end