public abstract class QCBit extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
bitType |
protected byte[] |
data |
protected int |
dataOffset |
protected int |
optA |
protected int |
optB |
protected int |
optC |
protected String |
thingType |
Constructor and Description |
---|
QCBit(String thingType,
String bitType,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
String |
getBitType()
Returns the type of the bit data, eg TEXT
or PLC
|
byte[] |
getData() |
int |
getDataOffset() |
int |
getLength() |
int |
getOptA() |
int |
getOptB() |
int |
getOptC() |
String |
getThingType()
Returns the type of the thing, eg TEXT, FONT
or TOKN
|
void |
setDataOffset(int offset) |
void |
setOptA(int optA) |
void |
setOptB(int optB) |
void |
setOptC(int optC) |
protected String thingType
protected String bitType
protected byte[] data
protected int optA
protected int optB
protected int optC
protected int dataOffset
public String getThingType()
public String getBitType()
public byte[] getData()
public int getOptA()
public void setOptA(int optA)
public int getOptB()
public void setOptB(int optB)
public int getOptC()
public void setOptC(int optC)
public int getDataOffset()
public void setDataOffset(int offset)
public int getLength()
Copyright © 2020. All rights reserved.