Class QCBit

    • Constructor Detail

      • QCBit

        public QCBit​(String thingType,
                     String bitType,
                     byte[] data)
    • Method Detail

      • getThingType

        public String getThingType()
        Returns the type of the thing, eg TEXT, FONT or TOKN
      • getBitType

        public String getBitType()
        Returns the type of the bit data, eg TEXT or PLC
      • getData

        public final byte[] getData()
      • getOptA

        public int getOptA()
      • setOptA

        public void setOptA​(int optA)
      • getOptB

        public int getOptB()
      • setOptB

        public void setOptB​(int optB)
      • getOptC

        public int getOptC()
      • setOptC

        public void setOptC​(int optC)
      • getDataOffset

        public int getDataOffset()
      • setDataOffset

        public void setDataOffset​(int offset)
      • getLength

        public int getLength()