Uses of Interface
org.eclipse.milo.opcua.sdk.client.model.objects.ServerDiagnosticsType
Packages that use ServerDiagnosticsType
-
Uses of ServerDiagnosticsType in org.eclipse.milo.opcua.sdk.client.model.objects
Classes in org.eclipse.milo.opcua.sdk.client.model.objects that implement ServerDiagnosticsTypeMethods in org.eclipse.milo.opcua.sdk.client.model.objects that return ServerDiagnosticsTypeModifier and TypeMethodDescriptionServerType.getServerDiagnosticsNode()Get the ServerDiagnosticsServerDiagnosticsTypeNode, ornullif it does not exist.Methods in org.eclipse.milo.opcua.sdk.client.model.objects that return types with arguments of type ServerDiagnosticsTypeModifier and TypeMethodDescriptionCompletableFuture<? extends ServerDiagnosticsType>ServerType.getServerDiagnosticsNodeAsync()Asynchronous implementation ofServerType.getServerDiagnosticsNode().