| Package | Description |
|---|---|
| org.eclipse.neoscada.protocol.iec60870 |
Base IEC 60870 data types
|
| Modifier and Type | Method and Description |
|---|---|
InformationObjectAddressType |
ProtocolOptions.getInformationObjectAddressType() |
InformationObjectAddressType |
ProtocolOptions.Builder.getInformationObjectAddressType() |
static InformationObjectAddressType |
InformationObjectAddressType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InformationObjectAddressType[] |
InformationObjectAddressType.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.setInformationObjectAddressType(InformationObjectAddressType informationObjectAddressType) |
| 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.