public class SV extends SecsDataStructure
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
cvsRev |
theData
Constructor and Description |
---|
SV(boolean newData)
Create a new message with Boolean (SecsFormat11) data.
|
SV(byte newData)
Create a new message with an 1-Byte integer (SecsFormat31).
|
SV(byte[] newData)
Create a new message with an array of bytes (SecsFormat10).
|
SV(double newData)
Create a new message with an 8-Byte floating point number (SecsFormat40).
|
SV(float newData)
Create a new message with an 4-Byte floating point number (SecsFormat44).
|
SV(int newData)
Create a new message with an 4-Byte integer (SecsFormat34).
|
SV(long newData)
Create a new message with an 8-Byte integer (SecsFormat30).
|
SV(SecsFormat newData)
Create a new message with the data contained in a SecsFormat object.
|
SV(short newData)
Create a new message with an 2-Byte integer (SecsFormat32).
|
SV(java.lang.String newData)
Create a new message with ASCII (format 20) data.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.String newData)
Performs a comparision of the string value this object to the String passed.
|
boolean |
equals(SV newData)
Performs a comparision of the string value this object to the string value the passed object.
|
java.lang.String |
toString()
Returns the string representation of this object.
|
equals, getArray, getBoolValue, getByteValue, getData, getDoubleValue, getFloatValue, getFormattedBytes, getIntValue, getLength, getLongValue, getNumberOfLengthBytes, getShortValue, getStringValue, hashCode, setArray, setDataFromByteArray, setLength, setNumberOfLengthBytes, toString, zeroLength
public static final java.lang.String cvsRev
public SV(boolean newData)
public SV(byte newData)
public SV(byte[] newData)
public SV(double newData)
public SV(float newData)
public SV(int newData)
public SV(long newData)
public SV(SecsFormat newData)
public SV(short newData)
public SV(java.lang.String newData)
public boolean equals(java.lang.String newData)
public boolean equals(SV newData)
public java.lang.String toString()
toString
in class SecsDataStructure
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.