public class DATALENGTH extends SecsDataStructure
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
cvsRev |
theData
Constructor and Description |
---|
DATALENGTH(byte newData)
Create a new message with an 1-Byte integer (SecsFormat31).
|
DATALENGTH(int newData)
Create a new message with an 4-Byte integer (SecsFormat34).
|
DATALENGTH(long newData)
Create a new message with an 8-Byte integer (SecsFormat30).
|
DATALENGTH(SecsFormat newData)
Create a new message with the data contained in a SecsFormat object.
|
DATALENGTH(short newData)
Create a new message with an 2-Byte integer (SecsFormat32).
|
equals, getArray, getBoolValue, getByteValue, getData, getDoubleValue, getFloatValue, getFormattedBytes, getIntValue, getLength, getLongValue, getNumberOfLengthBytes, getShortValue, getStringValue, hashCode, setArray, setDataFromByteArray, setLength, setNumberOfLengthBytes, toString, toString, zeroLength
public static final java.lang.String cvsRev
public DATALENGTH(byte newData)
public DATALENGTH(int newData)
public DATALENGTH(long newData)
public DATALENGTH(SecsFormat newData) throws SecsException
SecsException
public DATALENGTH(short newData)
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.