8 #ifndef MedMCollector_h 9 #define MedMCollector_h 27 - (instancetype)setDataCallback:(
id<
DataCallback>)dataCallback;
42 - (instancetype)setErrorCallback:(
id<
ErrorCallback>)errorCallback;
47 - (void)setDeviceFilter:(NSArray<
DeviceInfo*>*)deviceFilter;
Collector stop token – could be used to stop collect data.
Definition: CollectorStopToken.h:16
Device description.
Definition: DeviceInfo.h:17
Device status callback to get notifications about connects/disconnects as well as postponed adding re...
Definition: DeviceStatusWithAddResultCallback.h:22
MedM Collector is where you receive data from controlled devices.
Definition: MedMCollector.h:21
Device status callback to get notifications on managed device status change.
Definition: DeviceStatusCallback.h:24
Callback which receives data from a device.
Definition: DataCallback.h:16
Callback to notify that add operation was finished.
Definition: AddDeviceCallback.h:18
Error callback to get notifications about errors.
Definition: ErrorCallback.h:18
id< CollectorStopToken > start()
Start receiving data from added devices.
Definition: MedMCollector.mm:187