summaryrefslogtreecommitdiff
path: root/libs/ihealth-sdk/ios/ReactNativeIOSLibrary/Communication_SDK/Headers/BP3Controller.h
blob: 67b0f0b479f83cbbb5e924684297db1507d11fbe (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
26
27
//
//  BP3Controller.h
//  testShareCommunication
//
//  Created by zhiwei jing on 13-10-22.
//  Copyright (c) 2013年 my. All rights reserved.
//

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


/**
 BP3 controller class
 */
@interface BP3Controller : NSObject
/**
 * Initialize BP3 controller class
 */
+(BP3Controller *)shareBP3Controller;

/**
 * Get all BP3 instance,Access control class instance after receiving BP3ConnectNoti, then use instance to call BP3 related communication methods.
 */
-(NSArray *)getAllCurrentBP3Instace;

@end