MedM DeviceKit
|
Callback for receiving info about scan. More...
#import <ScannerCallback.h>
Instance Methods | |
(void) | - onNewDeviceFound: |
Called when new device is found. More... | |
(void) | - onAmbiguousDeviceFound: |
Called when new device is found, but Device Kit can't identify it. More... | |
(void) | - onScanFinished |
Called when scan is finished. More... | |
Callback for receiving info about scan.
- (void) onAmbiguousDeviceFound: | (NSArray< DeviceInfo * > *_Nonnull) | devices |
Called when new device is found, but Device Kit can't identify it.
devices | possible device variants DeviceInfo fields that would be provided are SKU, Address, Name, Title, Manufacturer, RSSI |
- (void) onNewDeviceFound: | (DeviceInfo *_Nonnull) | device |
Called when new device is found.
device | device which was found. Fields that would be provided are SKU, Address, Name, Title, Manufacturer, RSSI |
- (void) onScanFinished |
Called when scan is finished.