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)