| Package | Description |
|---|---|
| org.eclipse.neoscada.protocol.iec60870 |
Base IEC 60870 data types
|
| Modifier and Type | Method and Description |
|---|---|
CauseOfTransmissionType |
ProtocolOptions.getCauseOfTransmissionType() |
CauseOfTransmissionType |
ProtocolOptions.Builder.getCauseOfTransmissionType() |
static CauseOfTransmissionType |
CauseOfTransmissionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CauseOfTransmissionType[] |
CauseOfTransmissionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolOptions.Builder.setCauseOfTransmissionType(CauseOfTransmissionType causeOfTransmissionType) |
| Constructor and Description |
|---|
ProtocolOptions(int timeout1,
int timeout2,
int timeout3,
ASDUAddressType adsuAddressType,
InformationObjectAddressType informationObjectAddressType,
CauseOfTransmissionType causeOfTransmissionType,
short maxUnacknowledged,
short acknowledgeWindow,
TimeZone timeZone,
boolean ignoreDaylightSavingTime) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.