Uses of Interface
org.eclipse.milo.opcua.sdk.client.model.variables.AlarmRateVariableType
Packages that use AlarmRateVariableType
Package
Description
-
Uses of AlarmRateVariableType in org.eclipse.milo.opcua.sdk.client.model.objects
Methods in org.eclipse.milo.opcua.sdk.client.model.objects that return AlarmRateVariableTypeModifier and TypeMethodDescriptionAlarmMetricsType.getAverageAlarmRateNode()Get the AverageAlarmRateAlarmRateVariableTypeNode, ornullif it does not exist.AlarmMetricsType.getCurrentAlarmRateNode()Get the CurrentAlarmRateAlarmRateVariableTypeNode, ornullif it does not exist.AlarmMetricsType.getMaximumAlarmRateNode()Get the MaximumAlarmRateAlarmRateVariableTypeNode, ornullif it does not exist.Methods in org.eclipse.milo.opcua.sdk.client.model.objects that return types with arguments of type AlarmRateVariableTypeModifier and TypeMethodDescriptionCompletableFuture<? extends AlarmRateVariableType>AlarmMetricsType.getAverageAlarmRateNodeAsync()Asynchronous implementation ofAlarmMetricsType.getAverageAlarmRateNode().CompletableFuture<? extends AlarmRateVariableType>AlarmMetricsType.getCurrentAlarmRateNodeAsync()Asynchronous implementation ofAlarmMetricsType.getCurrentAlarmRateNode().CompletableFuture<? extends AlarmRateVariableType>AlarmMetricsType.getMaximumAlarmRateNodeAsync()Asynchronous implementation ofAlarmMetricsType.getMaximumAlarmRateNode(). -
Uses of AlarmRateVariableType in org.eclipse.milo.opcua.sdk.client.model.variables
Classes in org.eclipse.milo.opcua.sdk.client.model.variables that implement AlarmRateVariableType