Package 

Class DevIotDataBean


  • 
    public class DevIotDataBean
    
                        

    author : yuzhouxu date : 2021/4/21 09:51 description :Device IOT request parameters.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int type
      private Array<byte> data
      private int packetMaxSize
    • Method Summary

      Modifier and Type Method Description
      int getType()
      void setType(int type)
      Array<byte> getData()
      void setData(Array<byte> data)
      int getPacketMaxSize()
      void setPacketMaxSize(int packetMaxSize)
      int getSubCmd()
      void setSubCmd(int sub_cmd)
      • Methods inherited from class java.lang.Object

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