MedM DeviceKit
ErrorCallback.h
Go to the documentation of this file.
1
//
2
// ErrorCallback.h
3
// MedMDeviceKit
4
//
5
// Copyright (C) 2021 MedM. All rights reserved.
6
//
7
8
#ifndef ErrorCallback_h
9
#define ErrorCallback_h
10
11
#import <Foundation/Foundation.h>
12
#import "
DeviceInfo.h
"
13
#import "
OperationStatus.h
"
14
18
@protocol
ErrorCallback
<NSObject>
19
23
-(void)
onBluetoothTurnedOff
;
24
28
-(void)
onBluetoothUnauthorized
;
29
30
31
@end
32
33
#endif
/* ErrorCallback_h */
DeviceInfo.h
-[ErrorCallback-p onBluetoothUnauthorized]
void onBluetoothUnauthorized()
The bluetooth usage is unauthorized.
-[ErrorCallback-p onBluetoothTurnedOff]
void onBluetoothTurnedOff()
The bluetooth is off.
OperationStatus.h
ErrorCallback-p
Error callback to get notifications about errors.
Definition:
ErrorCallback.h:18
MedMDeviceKit
API
ErrorCallback.h
Generated by
1.8.14