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 
24 
25 
26 @end
27 
28 #endif /* ErrorCallback_h */
void onBluetoothTurnedOff()
The bluetooth is off.
Error callback to get notifications about errors.
Definition: ErrorCallback.h:18