public class CommandPointTypeRT extends PointTypeRT
| Constructor and Description |
|---|
CommandPointTypeRT(CommandPointTypeVO vo) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPollRequestImpl() |
protected java.lang.String |
getSetRequestImpl(MangoValue value) |
MangoValue |
parsePollResponse(java.lang.String data,
java.lang.String pointName) |
MangoValue |
parseSetResponse(java.lang.String data) |
engineeringUnitsToRaw, getPollRequest, getSetRequest, isSettable, parseValue, rawToEngineeringUnitspublic CommandPointTypeRT(CommandPointTypeVO vo)
public java.lang.String getPollRequestImpl()
getPollRequestImpl in class PointTypeRTpublic MangoValue parsePollResponse(java.lang.String data, java.lang.String pointName)
parsePollResponse in class PointTypeRTprotected java.lang.String getSetRequestImpl(MangoValue value)
getSetRequestImpl in class PointTypeRTpublic MangoValue parseSetResponse(java.lang.String data)
parseSetResponse in class PointTypeRT