public final class QCTextBit extends QCBit
Constructor and Description |
---|
QCTextBit(java.lang.String thingType,
java.lang.String bitType,
byte[] data) |
Modifier and Type | Method and Description |
---|---|
static int |
getMaxRecordLength() |
java.lang.String |
getText()
Returns the text.
|
static void |
setMaxRecordLength(int length) |
void |
setText(java.lang.String text) |
getBitType, getData, getDataOffset, getLength, getOptA, getOptB, getOptC, getThingType, setData, setDataOffset, setOptA, setOptB, setOptC
public QCTextBit(java.lang.String thingType, java.lang.String bitType, byte[] data)
public static void setMaxRecordLength(int length)
length
- the max record length allowed for QCTextBitpublic static int getMaxRecordLength()
public java.lang.String getText()
public void setText(java.lang.String text)
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.