Class MsgTargetConx

    • Method Detail

      • accept

        public void accept​(CipReply t)
        Description copied from class: ConxInstance
        Subclasses whose constructor defers replying to the forward open request must add the connection to the request's callback list, and call super.accept() to finalize the connection details. If not shutdown on return, proceed with subclass-specific finalization. That must include a call to getParent().bgPing().
        Specified by:
        accept in interface CipReplyConsumer
        Overrides:
        accept in class ConxInstance
        Parameters:
        t - Any CipReply. If a Forward Open Response, apply the final connection parameters.