MedM DeviceKit
<CollectorStopToken> Protocol Reference

Collector stop token – could be used to stop collect data. More...

#import <CollectorStopToken.h>

Inheritance diagram for <CollectorStopToken>:

Instance Methods

(void) - stopCollect
 Stop collecting data. More...
 
(BOOL) - isStopped
 Check if the operation is already stopped. More...
 
(BOOL) - isScanFinished
 Check if the operation is already finished. More...
 

Detailed Description

Collector stop token – could be used to stop collect data.

See also
- start (MedMCollector):

Method Documentation

◆ isScanFinished()

- (BOOL) isScanFinished

Check if the operation is already finished.

◆ isStopped()

- (BOOL) isStopped

Check if the operation is already stopped.

◆ stopCollect()

- (void) stopCollect

Stop collecting data.


The documentation for this protocol was generated from the following file: