public class SetPointCommandScaledValue extends AbstractInformationObjectMessage implements MirrorableMessage<SetPointCommandScaledValue>
informationObjectAddress
header, MAX_INFORMATION_ENTRIES
Constructor and Description |
---|
SetPointCommandScaledValue(ASDUHeader header,
InformationObjectAddress informationObjectAddress,
short value) |
SetPointCommandScaledValue(ASDUHeader header,
InformationObjectAddress informationObjectAddress,
short value,
byte type,
boolean execute) |
Modifier and Type | Method and Description |
---|---|
void |
encode(ProtocolOptions options,
io.netty.buffer.ByteBuf out) |
byte |
getType() |
short |
getValue() |
boolean |
isExecute() |
SetPointCommandScaledValue |
mirror(Cause cause,
boolean positive) |
static SetPointCommandScaledValue |
parse(ProtocolOptions options,
byte length,
ASDUHeader header,
io.netty.buffer.ByteBuf data) |
getInformationObjectAddress
dump, getHeader, toString
public SetPointCommandScaledValue(ASDUHeader header, InformationObjectAddress informationObjectAddress, short value, byte type, boolean execute)
public SetPointCommandScaledValue(ASDUHeader header, InformationObjectAddress informationObjectAddress, short value)
public byte getType()
public short getValue()
public boolean isExecute()
public SetPointCommandScaledValue mirror(Cause cause, boolean positive)
mirror
in interface MirrorableMessage<SetPointCommandScaledValue>
public void encode(ProtocolOptions options, io.netty.buffer.ByteBuf out)
encode
in interface Encodeable
public static SetPointCommandScaledValue parse(ProtocolOptions options, byte length, ASDUHeader header, io.netty.buffer.ByteBuf data)