com.pax.dal

Interface IWifiProbe

    • Method Detail

      • stop

        void stop()
        停止扫描
        stop probe
        Since:
        V2.03.00
      • getStatus

        int getStatus()
        获取当前的扫描状态
        get the probe status
        Returns:
        0:搜索完成 1:正在搜索 -1 未开始搜索
        0:probe finished 1:probing -1:not start
        Since:
        V2.03.00
      • getResults

        java.util.List<java.lang.String> getResults()
        获取MAC地址数据
        get MAC address list
        Returns:
        MAC地址数据列表
        MAC address list
        Since:
        V2.03.00