Class CipConnectionManagerRequest

    • Field Detail

      • classSegment

        protected final PathSegment classSegment
      • instanceSegment

        protected final PathSegment instanceSegment
      • priority

        protected final byte priority
      • tickTime

        protected final byte tickTime
      • timeoutTicks

        protected final short timeoutTicks
      • otConnectionId

        protected final long otConnectionId
      • toConnectionId

        protected final long toConnectionId
      • connectionSerialNumber

        protected final int connectionSerialNumber
      • originatorVendorId

        protected final int originatorVendorId
      • originatorSerialNumber

        protected final long originatorSerialNumber
      • timeoutMultiplier

        protected final short timeoutMultiplier
      • otRpi

        protected final long otRpi
      • toRpi

        protected final long toRpi
      • connectionPathSize

        protected final short connectionPathSize
    • Constructor Detail

      • CipConnectionManagerRequest

        public CipConnectionManagerRequest​(PathSegment classSegment,
                                           PathSegment instanceSegment,
                                           byte priority,
                                           byte tickTime,
                                           short timeoutTicks,
                                           long otConnectionId,
                                           long toConnectionId,
                                           int connectionSerialNumber,
                                           int originatorVendorId,
                                           long originatorSerialNumber,
                                           short timeoutMultiplier,
                                           long otRpi,
                                           NetworkConnectionParameters otConnectionParameters,
                                           long toRpi,
                                           NetworkConnectionParameters toConnectionParameters,
                                           TransportType transportType,
                                           short connectionPathSize,
                                           List<PathSegment> connectionPaths)