| Package | Description |
|---|---|
| org.eclipse.milo.opcua.sdk.client.model.nodes.variables | |
| org.eclipse.milo.opcua.sdk.client.model.types.objects |
| Modifier and Type | Class and Description |
|---|---|
class |
FiniteStateVariableTypeNode |
| Modifier and Type | Method and Description |
|---|---|
FiniteStateVariableType |
ProgramStateMachineType.getCurrentStateNode()
Get the CurrentState
FiniteStateVariableType Node, or null if it does not exist. |
FiniteStateVariableType |
FiniteStateMachineType.getCurrentStateNode()
Get the CurrentState
FiniteStateVariableType Node, or null if it does not exist. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<? extends FiniteStateVariableType> |
ProgramStateMachineType.getCurrentStateNodeAsync()
Asynchronous implementation of
ProgramStateMachineType.getCurrentStateNode(). |
CompletableFuture<? extends FiniteStateVariableType> |
FiniteStateMachineType.getCurrentStateNodeAsync()
Asynchronous implementation of
FiniteStateMachineType.getCurrentStateNode(). |
Copyright © 2021. All rights reserved.