Class ConxMgrMgr.Closer
- java.lang.Object
-
- com.automation_pros.odva.cip.core.ConxMgrMgr.Closer
-
- All Implemented Interfaces:
CipReplyConsumer
- Enclosing class:
- ConxMgrMgr
public static class ConxMgrMgr.Closer extends java.lang.Object implements CipReplyConsumer
-
-
Field Summary
Fields Modifier and Type Field Description protected ConxInstance
conx
-
Constructor Summary
Constructors Constructor Description Closer(ConxInstance conx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(CipReply t)
-
-
-
Field Detail
-
conx
protected final ConxInstance conx
-
-
Constructor Detail
-
Closer
public Closer(ConxInstance conx)
-
-
Method Detail
-
accept
public void accept(CipReply t)
- Specified by:
accept
in interfaceCipReplyConsumer
-
-