
public class PerfStringVariableMonitor extends PerfStringMonitor
name, supported, units, variability, vectorLength| Constructor and Description |
|---|
PerfStringVariableMonitor(String name,
boolean supported,
ByteBuffer bb)
Constructor to create a StringMonitor object for the variable string
instrument represented by the data in the given buffer.
|
PerfStringVariableMonitor(String name,
boolean supported,
ByteBuffer bb,
int maxLength)
Constructor to create a StringMonitor object for the variable
string instrument represented by the data in the given buffer.
|
getValue, stringValuebyteArrayValue, byteAt, getMaximumLengthgetBaseName, getName, getUnits, getVariability, getVectorLength, isSupported, isVectorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBaseName, getName, getUnits, getVariability, getVectorLength, isSupported, isVectorpublic PerfStringVariableMonitor(String name, boolean supported, ByteBuffer bb)
name - the name of the string instrumentsupported - support level indicatorbb - the buffer containing the string instrument data.public PerfStringVariableMonitor(String name, boolean supported, ByteBuffer bb, int maxLength)
name - the name of the string instrumentbb - the buffer containing the string instrument data.supported - support level indicatormaxLength - the maximum length of the string data.Copyright © 2017–2018 earcam. All rights reserved.