Loading...
Searching...
No Matches
NCMeasurementListener.h
Go to the documentation of this file.
1#import "NCExport.h"
3#import "NCSensorType.h"
5#import <Foundation/Foundation.h>
6
7
22DEFAULT_EXPORT_ATTRIBUTE
23@protocol NCMeasurementListener <NSObject>
24
39- (void)onSensorMeasurementDetected:(nonnull NSDictionary<NSNumber *, NCSensorMeasurement *> *)sensors;
40
55- (void)onSignalMeasurementDetected:(nonnull NSDictionary<NSString *, NCSignalMeasurement *> *)signals;
56
57@end