| Package | Description |
|---|---|
| org.eclipse.milo.opcua.sdk.client.nodes |
| Modifier and Type | Method and Description |
|---|---|
UaMethod |
UaObjectNode.getMethod(org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName methodName)
Get the method named
methodName on this Object, if it exists. |
UaMethod |
UaObjectNode.getMethod(String methodName)
Get the method named
methodName on this Object, if it exists. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<UaMethod> |
UaObjectNode.getMethodAsync(org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName methodName)
Get the method named
methodName on this Object, if it exists. |
CompletableFuture<UaMethod> |
UaObjectNode.getMethodAsync(String methodName)
Get the method named
methodName on this Object, if it exists. |
Copyright © 2021. All rights reserved.