Class ServicesResponse

    • Field Detail

      • encapsulationProtocol

        protected final int encapsulationProtocol
      • supportsCIPEncapsulation

        protected final boolean supportsCIPEncapsulation
      • supportsUDP

        protected final boolean supportsUDP
      • data

        protected final byte[] data
    • Constructor Detail

      • ServicesResponse

        public ServicesResponse​(int encapsulationProtocol,
                                boolean supportsCIPEncapsulation,
                                boolean supportsUDP,
                                byte[] data)