public abstract class ModbusValue
extends java.lang.Object
Constructor and Description |
---|
ModbusValue(DataType type,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
bigIntegerValue() |
boolean |
booleanValue() |
double |
doubleValue() |
float |
floatValue() |
DataType |
getType() |
java.lang.Object |
getValue() |
int |
intValue() |
long |
longValue() |
public ModbusValue(DataType type, java.lang.Object value)
public DataType getType()
public java.lang.Object getValue()
public boolean booleanValue()
public int intValue()
public long longValue()
public java.math.BigInteger bigIntegerValue()
public float floatValue()
public double doubleValue()
Copyright © 2014 Infinite Automation Systems. All Rights Reserved.