PySide6.QtOpcUa.QOpcUaBrowseRequest¶
- class QOpcUaBrowseRequest¶
- Contains parameters for a call to the OPC UA browse service. More… - Synopsis¶- Methods¶- def - __init__()
- def - nodeClassMask()
 - Note - This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE - Detailed Description¶- See also - class BrowseDirection¶
- This enum specifies the possible browse directions supported by a browse call. - Constant - Description - QOpcUaBrowseRequest.BrowseDirection.Forward - Follow references in the forward direction. - QOpcUaBrowseRequest.BrowseDirection.Inverse - Follow references in the inverse direction. - QOpcUaBrowseRequest.BrowseDirection.Both - Follow references in both directions. 
 - __init__()¶
 - Default constructs a browse request with no parameters set. - __init__(other)
- Parameters:
- other – - QOpcUaBrowseRequest
 
 - Creates a browse request from - other.- browseDirection()¶
- Return type:
 
 - Returns the browse direction. - See also - includeSubtypes()¶
- Return type:
- bool 
 
 - Returns true if subtypes of the reference type will be retrieved too. - See also - Returns the node class mask. - See also - referenceTypeId()¶
- Return type:
- str 
 
 - Returns the reference type id. - See also - setBrowseDirection(browseDirection)¶
- Parameters:
- browseDirection – - BrowseDirection
 
 - Sets the browse direction to - browseDirection.- See also - setIncludeSubtypes(includeSubtypes)¶
- Parameters:
- includeSubtypes – bool 
 
 - Sets the inclusion of subtypes of the reference type to - includeSubtypes.- See also - Sets the node class mask to - nodeClassMask. Nodes of all classes included into the node class mask will be returned by the browse operation.- See also - setReferenceTypeId(referenceTypeId)¶
- Parameters:
- referenceTypeId – - ReferenceTypeId
 
 - Sets the reference type id to - referenceTypeId.- See also - setReferenceTypeId(referenceTypeId)
- Parameters:
- referenceTypeId – str 
 
 - Sets the reference type id to - referenceTypeId.