public class EndOfInitialization extends AbstractInformationObjectMessage
| Modifier and Type | Field and Description |
|---|---|
static byte |
CAUSE_LOCAL_MANUAL_RESET |
static byte |
CAUSE_LOCAL_POWER_ON |
static byte |
CAUSE_REMOTE_RESET |
informationObjectAddressheader, MAX_INFORMATION_ENTRIES| Constructor and Description |
|---|
EndOfInitialization(ASDUHeader header,
byte causeOfInitialization,
boolean localParameterChange) |
EndOfInitialization(ASDUHeader header,
InformationObjectAddress informationObjectAddress,
byte causeOfInitialization,
boolean localParameterChange) |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(ProtocolOptions options,
io.netty.buffer.ByteBuf out) |
byte |
getCauseOfInitialization() |
boolean |
isLocalParameterChange() |
static EndOfInitialization |
parse(ProtocolOptions options,
byte length,
ASDUHeader header,
io.netty.buffer.ByteBuf data) |
getInformationObjectAddressdump, getHeader, toStringpublic static final byte CAUSE_LOCAL_POWER_ON
public static final byte CAUSE_LOCAL_MANUAL_RESET
public static final byte CAUSE_REMOTE_RESET
public EndOfInitialization(ASDUHeader header, byte causeOfInitialization, boolean localParameterChange)
public EndOfInitialization(ASDUHeader header, InformationObjectAddress informationObjectAddress, byte causeOfInitialization, boolean localParameterChange)
public byte getCauseOfInitialization()
public boolean isLocalParameterChange()
public static EndOfInitialization parse(ProtocolOptions options, byte length, ASDUHeader header, io.netty.buffer.ByteBuf data)
public void encode(ProtocolOptions options, io.netty.buffer.ByteBuf out)
Copyright © 2017 Eclipse NeoSCADA Project. All rights reserved.