public class HistoryValue extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HistoryValue.ValueType |
Constructor and Description |
---|
HistoryValue() |
Modifier and Type | Method and Description |
---|---|
int |
convertValue(int tag,
byte[] data,
int offset) |
String |
getDescription() |
int |
getTag()
Returns the tag (variable)
|
String |
getTagDescription()
Return the meaning of the tag.
|
double |
getValueAsFloat() |
int |
getValueAsInt() |
String |
getValueAsString() |
public int convertValue(int tag, byte[] data, int offset)
public int getTag()
public String getTagDescription()
public int getValueAsInt()
public double getValueAsFloat()
public String getValueAsString()
public String getDescription()
Copyright © 2020. All rights reserved.