Uses of Interface
org.eclipse.milo.opcua.sdk.client.model.objects.ExclusiveLimitStateMachineType
Packages that use ExclusiveLimitStateMachineType
-
Uses of ExclusiveLimitStateMachineType in org.eclipse.milo.opcua.sdk.client.model.objects
Classes in org.eclipse.milo.opcua.sdk.client.model.objects that implement ExclusiveLimitStateMachineTypeMethods in org.eclipse.milo.opcua.sdk.client.model.objects that return ExclusiveLimitStateMachineTypeModifier and TypeMethodDescriptionExclusiveLimitAlarmType.getLimitStateNode()Get the LimitStateExclusiveLimitStateMachineTypeNode, ornullif it does not exist.Methods in org.eclipse.milo.opcua.sdk.client.model.objects that return types with arguments of type ExclusiveLimitStateMachineTypeModifier and TypeMethodDescriptionCompletableFuture<? extends ExclusiveLimitStateMachineType>ExclusiveLimitAlarmType.getLimitStateNodeAsync()Asynchronous implementation ofExclusiveLimitAlarmType.getLimitStateNode().