Interface LinkConsumer

    • Method Detail

      • linkConsume

        void linkConsume​(long txID,
                         java.nio.ByteBuffer payload)
        Link Consumer objects handle data flow from transport links to connections. Connection instances implement this interface with the appropriate buffer handling.
        Parameters:
        txID - Transport layer transaction ID to use with any reply.
        payload - Complete CIP data payload, including CIP sequence number, if any.