ESTMeshScanReportsManager
@interface ESTMeshScanReportsManager : NSObject
Handles reading Bluetooth scan reports from device.
-
Unavailable
Not supported.
Declaration
Objective-C
- (nonnull instancetype)init; -
Unavailable
Not supported.
Declaration
Objective-C
+ (nonnull instancetype)new; -
Reads scan report from device.
Declaration
Objective-C
- (void)readScanReportWithCompletion: (nonnull ESTReportScanVOCompletionBlock)completion;Swift
func readScanReport(completion: @escaping ESTReportScanVOCompletionBlock)Parameters
completionCompletion block containing
ESTMeshNearablesScanReportVOobject, if reading was successful.
View on GitHub
ESTMeshScanReportsManager Class Reference