Class ModbusCommandC
java.lang.Object
test.de.iip_ecosphere.platform.connectors.modbustcpipv1.ModbusCommandC
Some Modbus machine command for testing.
- Author:
- Christian Nikolajew
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for mDouble.getFloat()Getter for mFloat.Getter for month.getLong()Getter for mLong.getShort()Getter for mShort.voidSetter for mDouble.voidSetter for mFloat.voidsetInteger(Integer aInteger) Setter for mInteger.voidSetter for mLong.voidSetter for mShort.
-
Field Details
-
mShort
-
mInteger
-
mFloat
-
mLong
-
mDouble
-
-
Constructor Details
-
ModbusCommandC
public ModbusCommandC()Constructor.
-
-
Method Details
-
setShort
Setter for mShort.- Parameters:
aShort- the short to set
-
setInteger
Setter for mInteger.- Parameters:
aInteger- the integer to set
-
setFloat
Setter for mFloat.- Parameters:
aFloat- the float to set
-
setLong
Setter for mLong.- Parameters:
aLong- the long to set
-
setDouble
Setter for mDouble.- Parameters:
aDouble- the double to set
-
getShort
Getter for mShort.- Returns:
- the value of mShort
-
getInteger
Getter for month.- Returns:
- the value of mInteger
-
getFloat
Getter for mFloat.- Returns:
- the value of mFloat
-
getLong
Getter for mLong.- Returns:
- the value of mLong
-
getDouble
Getter for mDouble.- Returns:
- the value of mDouble
-