public class ProtocolOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ProtocolOptions.Builder |
Constructor and Description |
---|
ProtocolOptions(int timeout1,
int timeout2,
int timeout3,
ASDUAddressType adsuAddressType,
InformationObjectAddressType informationObjectAddressType,
CauseOfTransmissionType causeOfTransmissionType,
short maxUnacknowledged,
short acknowledgeWindow,
TimeZone timeZone,
boolean ignoreDaylightSavingTime) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getAcknowledgeWindow() |
ASDUAddressType |
getAdsuAddressType() |
CauseOfTransmissionType |
getCauseOfTransmissionType() |
InformationObjectAddressType |
getInformationObjectAddressType() |
short |
getMaxSequenceNumber() |
int |
getMaxUnacknowledged() |
int |
getTimeout1() |
int |
getTimeout2() |
int |
getTimeout3() |
TimeZone |
getTimeZone() |
int |
hashCode() |
boolean |
isIgnoreDaylightSavingTime() |
public ProtocolOptions(int timeout1, int timeout2, int timeout3, ASDUAddressType adsuAddressType, InformationObjectAddressType informationObjectAddressType, CauseOfTransmissionType causeOfTransmissionType, short maxUnacknowledged, short acknowledgeWindow, TimeZone timeZone, boolean ignoreDaylightSavingTime)
public int getTimeout1()
public int getTimeout2()
public int getTimeout3()
public int getAcknowledgeWindow()
public int getMaxUnacknowledged()
public short getMaxSequenceNumber()
public ASDUAddressType getAdsuAddressType()
public InformationObjectAddressType getInformationObjectAddressType()
public CauseOfTransmissionType getCauseOfTransmissionType()
public TimeZone getTimeZone()
public boolean isIgnoreDaylightSavingTime()