| Package | Description |
|---|---|
| org.eclipse.neoscada.protocol.iec60870.asdu |
ASDU related data types and classes
|
| org.eclipse.neoscada.protocol.iec60870.asdu.message |
Message types and data structures
|
| org.eclipse.neoscada.protocol.iec60870.asdu.types |
Data types used inside messages
|
| org.eclipse.neoscada.protocol.iec60870.client.data |
Data related parts of the controlling side
|
| org.eclipse.neoscada.protocol.iec60870.io |
Base I/O classes
|
| org.eclipse.neoscada.protocol.iec60870.server.data |
Data related parts of the controlled side
|
| Modifier and Type | Method and Description |
|---|---|
ASDUHeader |
ASDUHeader.clone(Cause cause) |
ASDUHeader |
ASDUHeader.clone(Cause cause,
boolean positive) |
static void |
ValidationHelper.validateCause(Cause cause,
Set<Cause> validCauses,
String asduName) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ValidationHelper.validateCause(Cause cause,
Set<Cause> validCauses,
String asduName) |
| Modifier and Type | Method and Description |
|---|---|
InterrogationCommand |
InterrogationCommand.mirror(Cause cause) |
SingleCommand |
SingleCommand.mirror(Cause cause,
boolean positive) |
T |
MirrorableMessage.mirror(Cause cause,
boolean positive) |
ReadCommand |
ReadCommand.mirror(Cause cause,
boolean positive) |
SetPointCommandShortFloatingPoint |
SetPointCommandShortFloatingPoint.mirror(Cause cause,
boolean positive) |
SetPointCommandScaledValue |
SetPointCommandScaledValue.mirror(Cause cause,
boolean positive) |
DoubleCommand |
DoubleCommand.mirror(Cause cause,
boolean positive) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardCause |
| Modifier and Type | Method and Description |
|---|---|
Cause |
CauseOfTransmission.getCause() |
static Cause |
Causes.valueOf(int value) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Causes.isInterrogation(Cause cause) |
| Constructor and Description |
|---|
CauseOfTransmission(Cause cause) |
CauseOfTransmission(Cause cause,
Byte sourceAddress) |
CauseOfTransmission(Cause cause,
Byte sourceAddress,
boolean acknowledge,
boolean test) |
| Modifier and Type | Method and Description |
|---|---|
protected ASDUHeader |
DataModuleHandler.makeHeader(Cause cause,
ASDUAddress address) |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractModuleHandler.DefaultMirrorCommand.mirrorCommand(T original,
Cause newCause,
boolean positive) |
protected abstract T |
AbstractModuleHandler.MirrorCommandImpl.mirrorCommand(T original,
Cause newCause,
boolean positive) |
| Modifier and Type | Method and Description |
|---|---|
Cause |
DataModuleMessageSource.InterrogationException.getErrorCause() |
| Constructor and Description |
|---|
InterrogationException(String message,
Cause errorCause) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.