Class MiloClientConnection

    • Method Detail

      • init

        protected void init()
      • checkInit

        protected void checkInit()
      • monitorValue

        public MiloClientConnection.MonitorHandle monitorValue​(org.eclipse.milo.opcua.stack.core.types.builtin.ExpandedNodeId nodeId,
                                                               Double samplingInterval,
                                                               Consumer<org.eclipse.milo.opcua.stack.core.types.builtin.DataValue> valueConsumer)
      • getConnectionId

        public String getConnectionId()
      • writeValue

        public CompletableFuture<?> writeValue​(org.eclipse.milo.opcua.stack.core.types.builtin.ExpandedNodeId nodeId,
                                               Object value)
      • readValues

        public CompletableFuture<?> readValues​(List<org.eclipse.milo.opcua.stack.core.types.builtin.ExpandedNodeId> nodeIds)
      • call

        public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.structured.CallMethodResult> call​(org.eclipse.milo.opcua.stack.core.types.builtin.ExpandedNodeId nodeId,
                                                                                                           org.eclipse.milo.opcua.stack.core.types.builtin.ExpandedNodeId methodId,
                                                                                                           Object value)
      • browse

        public CompletableFuture<Map<org.eclipse.milo.opcua.stack.core.types.builtin.ExpandedNodeId,​org.eclipse.milo.opcua.stack.core.types.structured.BrowseResult>> browse​(List<org.eclipse.milo.opcua.stack.core.types.builtin.ExpandedNodeId> expandedNodeIds,
                                                                                                                                                                                   org.eclipse.milo.opcua.stack.core.types.enumerated.BrowseDirection direction,
                                                                                                                                                                                   int nodeClasses,
                                                                                                                                                                                   int maxDepth,
                                                                                                                                                                                   String filter,
                                                                                                                                                                                   boolean includeSubTypes,
                                                                                                                                                                                   int maxNodesPerRequest)