Package 

Class BWAuthData


  • 
    public class BWAuthData
    
                        

    闪电配网的必要信息,适用于 beacon Wi-Fi 类设备 该信息是从待配网的 BW 设备的发出的广播获取,具体解析见 BWScanFilter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private String mac
      private String random
      private String sign
    • Method Summary

      Modifier and Type Method Description
      String getMac()
      void setMac(String mac)
      String getRandom()
      void setRandom(String random)
      String getSign()
      void setSign(String sign)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait