akiles-cordova
    Preparing search index...

    Interface ScanCallback

    Callback used by the scan method.

    interface ScanCallback {
        onDiscover(hw: Hardware): void;
        onError(e: AkilesError): void;
        onSuccess(): void;
    }
    Index

    Methods