Uses of Class
com.prosysopc.ua.server.BrowseContinuationPoint

Packages that use BrowseContinuationPoint
com.prosysopc.ua.server Main server side classes of the SDK. 
 

Uses of BrowseContinuationPoint in com.prosysopc.ua.server
 

Methods in com.prosysopc.ua.server that return BrowseContinuationPoint
protected  BrowseContinuationPoint NodeManagementServiceHandler.browseNode(ServiceContext serviceContext, List<org.opcfoundation.ua.core.ReferenceDescription> referenceDescriptions, org.opcfoundation.ua.builtintypes.NodeId nodeId, int maxReferences, org.opcfoundation.ua.core.BrowseDirection browseDirection, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, Boolean includeSubTypes, EnumSet<org.opcfoundation.ua.core.NodeClass> nodeClassSet, EnumSet<org.opcfoundation.ua.core.BrowseResultMask> resultSet, org.opcfoundation.ua.core.ViewDescription view, int startIndex)
          Get an array of Reference Descriptions for the node.
protected  BrowseContinuationPoint NodeManagerTable.browseNode(ServiceContext serviceContext, List<org.opcfoundation.ua.core.ReferenceDescription> referenceDescriptions, org.opcfoundation.ua.builtintypes.NodeId nodeId, int maxReferences, org.opcfoundation.ua.core.BrowseDirection browseDirection, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, Boolean includeSubTypes, org.opcfoundation.ua.builtintypes.QualifiedName browseName, EnumSet<org.opcfoundation.ua.core.NodeClass> nodeClassSet, EnumSet<org.opcfoundation.ua.core.BrowseResultMask> resultSet, org.opcfoundation.ua.core.ViewDescription view, int startIndex)
           
protected  BrowseContinuationPoint NodeManager.browseNode(ServiceContext serviceContext, List<org.opcfoundation.ua.core.ReferenceDescription> referenceDescriptions, org.opcfoundation.ua.builtintypes.NodeId nodeId, int maxReferences, org.opcfoundation.ua.core.BrowseDirection browseDirection, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, Boolean includeSubTypes, org.opcfoundation.ua.builtintypes.QualifiedName browseName, EnumSet<org.opcfoundation.ua.core.NodeClass> nodeClassSet, EnumSet<org.opcfoundation.ua.core.BrowseResultMask> resultSet, org.opcfoundation.ua.core.ViewDescription viewDescription, int startIndex)
          Browse a single node and filter according to the parameters.
protected  BrowseContinuationPoint Session.getBrowseContinuationPoint(org.opcfoundation.ua.builtintypes.ByteString continuationPoint)
          Find the BrowseContinuationPoint object indexed with the byte array.
 

Methods in com.prosysopc.ua.server with parameters of type BrowseContinuationPoint
protected  org.opcfoundation.ua.builtintypes.ByteString Session.addBrowseContinuationPoint(BrowseContinuationPoint c)
           
 



Copyright © 2018. All rights reserved.