Class I2CDeviceInterface.Command

    • Constructor Detail

      • Command

        public Command​(Optional<Integer> registerAddress,
                       int flags,
                       byte[] data)
    • Method Detail

      • getFlags

        public int getFlags()
      • getData

        public byte[] getData()
      • getLength

        public int getLength()
      • isRead

        public boolean isRead()
      • isWrite

        public boolean isWrite()