Class MsgTargetConx.ReplyProducer
- java.lang.Object
-
- com.automation_pros.odva.cip.core.MsgTargetConx.ReplyProducer
-
- All Implemented Interfaces:
CipReplyConsumer
- Enclosing class:
- MsgTargetConx
public class MsgTargetConx.ReplyProducer extends java.lang.Object implements CipReplyConsumer
When a messaging reply is received that will be transmitted back through a protocol connection, it needs to return with the same transaction ID that arrived with the request. This is what allows multiple requests to be in-flight inside a routed connection.
-
-
Constructor Summary
Constructors Constructor Description ReplyProducer(long txID, short cipseq)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(CipReply t)
-
-
-
Method Detail
-
accept
public void accept(CipReply t)
- Specified by:
accept
in interfaceCipReplyConsumer
-
-