| Package | Description |
|---|---|
| com.prosysopc.ua.client |
Main client side classes of the SDK.
|
| com.prosysopc.ua.stack.core |
| Modifier and Type | Method and Description |
|---|---|
BrowsePathResult[] |
AddressSpace.translateBrowsePathsToNodeIds(BrowsePath... browsePaths)
Request the NodeIds for the nodes that are references from the startingNode using paths.
|
BrowsePathResult[] |
AddressSpace.translateBrowsePathsToNodeIds(NodeId startingNode,
RelativePath... paths)
Request the NodeIds for the nodes that are references from the startingNode using paths.
|
| Modifier and Type | Method and Description |
|---|---|
protected NodeId |
GlobalServerList.getNodeId(BrowsePathResult[] results,
int i) |
| Modifier and Type | Method and Description |
|---|---|
BrowsePathResult |
BrowsePathResult.Builder.build() |
BrowsePathResult |
BrowsePathResult.clone() |
BrowsePathResult[] |
TranslateBrowsePathsToNodeIdsResponse.getResults() |
BrowsePathResult[] |
TranslateBrowsePathsToNodeIdsResponse.Builder.getResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
TranslateBrowsePathsToNodeIdsResponse.setResults(BrowsePathResult[] value) |
TranslateBrowsePathsToNodeIdsResponse.Builder |
TranslateBrowsePathsToNodeIdsResponse.Builder.setResults(BrowsePathResult[] value) |
| Constructor and Description |
|---|
TranslateBrowsePathsToNodeIdsResponse(ResponseHeader f_responseHeader,
BrowsePathResult[] f_results,
DiagnosticInfo[] f_diagnosticInfos) |
Copyright © 2026. All rights reserved.