Package 

Class BleIotData


  • 
    public final class BleIotData
    
                        

    Created by leimi on 2022/8/4.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Integer actionType
      private final List<Byte> data
      private final Integer subCmd
      private final Integer packetMaxSize
    • Constructor Summary

      Constructors 
      Constructor Description
      BleIotData(Integer actionType, List<Byte> data, Integer subCmd, Integer packetMaxSize)
    • Method Summary

      Modifier and Type Method Description
      final Integer getActionType()
      final List<Byte> getData()
      final Integer getSubCmd()
      final Integer getPacketMaxSize()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BleIotData

        BleIotData(Integer actionType, List<Byte> data, Integer subCmd, Integer packetMaxSize)