

IeLastSectionOrSegmentQualifier qualifier, lastSectionOrSegment public void lastSectionOrSegment(int commonAddress,.callOrSelectFiles public void callOrSelectFiles(int commonAddress,.sectionReady public void sectionReady(int commonAddress,.Throws java.io.IOException Throws: java.io.IOException Throws: java.io.IOException - if a fatal communication error occurred. informationObjectAddress - the information object address. Valid value are 1.255 or 1.65535 for field lengths 1 or 2 respectively. Parameters: commonAddress - the Common ASDU Address. Sends a parameter activation (P_AC_NA_1, TI: 113). The command methods do not wait for anĪcknowledgment but return right after the command has been sent. In this case the connection will beĪutomatically closed and a new connection will have to be built up. Every commandįunction may throw an IOException indicating a fatal connection error. Never called simultaneously for the same connection.Ĭonnection offers a method for every possible command defined by IEC 60870 (e.g. Incoming ASDUs are queued so that ConnectionEventListener.newASdu(ASdu) is Afterwards incoming ASDUs are forwarded to theĬonnectionEventListener. WaitForStartDT(ConnectionEventListener, int). Or sending commands one has to call startDataTransfer(ConnectionEventListener, int) or A newly created connection has successfully build up a TCP/IP connection to the server. Once it has been closed it cannot be openedĪgain. It is created either through an instance ofĬlientConnectionBuilder or passed to ServerEventListener. Represents an open connection to a specific 60870 server.
