Class QCPLCBit

java.lang.Object
org.apache.poi.hpbf.model.qcbits.QCBit
org.apache.poi.hpbf.model.qcbits.QCPLCBit
Direct Known Subclasses:
QCPLCBit.Type0, QCPLCBit.Type12, QCPLCBit.Type4, QCPLCBit.Type8

public abstract class QCPLCBit extends QCBit
A "PLC " (PLC) based bit of Quill Contents. The exact format is determined by the type of the PLCs.
  • Method Details

    • getNumberOfPLCs

      public int getNumberOfPLCs()
    • getTypeOfPLCS

      public int getTypeOfPLCS()
    • getPreData

      public int[] getPreData()
    • getPlcValA

      public long[] getPlcValA()
    • getPlcValB

      public long[] getPlcValB()
    • createQCPLCBit

      public static QCPLCBit createQCPLCBit(String thingType, String bitType, byte[] data)