MedM DeviceKit
<ScannerStopToken> Protocol Reference

Scanner stop token – could be used to stop scan. More...

#import <ScannerStopToken.h>

Inheritance diagram for <ScannerStopToken>:

Instance Methods

(void) - stopScan
 Stop scan for devices. More...
 
(BOOL) - isStopped
 Check if the operation is already stopped. More...
 
(BOOL) - isScanFinished
 Check if the operation is already finished. More...
 

Detailed Description

Scanner stop token – could be used to stop scan.

See also
- start: (MedMScanner)

Method Documentation

◆ isScanFinished()

- (BOOL) isScanFinished

Check if the operation is already finished.

◆ isStopped()

- (BOOL) isStopped

Check if the operation is already stopped.

◆ stopScan()

- (void) stopScan

Stop scan for devices.


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