Interface AsyncScanController.IAsyncScanResultReceiver

Enclosing class:
AsyncScanController<T extends AntPluginPcc>

public static interface AsyncScanController.IAsyncScanResultReceiver
Receives results and failures of an async scan.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Returns every device found by the scan.
    void
    Called when the async scan is stopped for any reason other than a successful access request, for example: an error starting the scan, an error running the scan, or a fatal error attempting to connect to a device.