| Package | Description |
|---|---|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| Modifier and Type | Method and Description |
|---|---|
protected BrowseContinuationPoint |
NodeManagementServiceHandler.browseNode(ServiceContext serviceContext,
List<ReferenceDescription> referenceDescriptions,
NodeId nodeId,
int maxReferences,
BrowseDirection browseDirection,
NodeId referenceTypeId,
Boolean includeSubTypes,
EnumSet<NodeClass> nodeClassSet,
EnumSet<BrowseResultMask> resultSet,
ViewDescription view,
int startIndex)
Get an array of Reference Descriptions for the node.
|
protected BrowseContinuationPoint |
NodeManagerTable.browseNode(ServiceContext serviceContext,
List<ReferenceDescription> referenceDescriptions,
NodeId nodeId,
int maxReferences,
BrowseDirection browseDirection,
NodeId referenceTypeId,
Boolean includeSubTypes,
QualifiedName browseName,
EnumSet<NodeClass> nodeClassSet,
EnumSet<BrowseResultMask> resultSet,
ViewDescription view,
int startIndex) |
protected BrowseContinuationPoint |
NodeManager.browseNode(ServiceContext serviceContext,
List<ReferenceDescription> referenceDescriptions,
NodeId nodeId,
int maxReferences,
BrowseDirection browseDirection,
NodeId referenceTypeId,
Boolean includeSubTypes,
QualifiedName browseName,
EnumSet<NodeClass> nodeClassSet,
EnumSet<BrowseResultMask> resultSet,
ViewDescription viewDescription,
int startIndex)
Browse a single node and filter according to the parameters.
|
protected BrowseContinuationPoint |
Session.getBrowseContinuationPoint(ByteString continuationPoint)
Find the BrowseContinuationPoint object indexed with the byte array.
|
| Modifier and Type | Method and Description |
|---|---|
protected ByteString |
Session.addBrowseContinuationPoint(BrowseContinuationPoint c) |
Copyright © 2026. All rights reserved.