public class SetPointCommandScaledValue extends AbstractInformationObjectMessage implements MirrorableMessage<SetPointCommandScaledValue>
informationObjectAddressheader, 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) |
getInformationObjectAddressdump, getHeader, toStringpublic 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 Encodeablepublic static SetPointCommandScaledValue parse(ProtocolOptions options, byte length, ASDUHeader header, io.netty.buffer.ByteBuf data)
Copyright © 2017 Eclipse NeoSCADA Project. All rights reserved.