S2OPC OPCUA Toolkit
Data Fields
SOPC_ClientHelper_BrowseRequest Struct Reference

Structure defining a node, an attribute and a value. More...

#include <libs2opc_client_cmds.h>

Data Fields

const char * nodeId
 
OpcUa_BrowseDirection direction
 
const char * referenceTypeId
 
bool includeSubtypes
 

Detailed Description

Structure defining a node, an attribute and a value.

Deprecated:
This function is deprecated since version 1.5.0 and will be removed in version 1.6.0.

Field Documentation

◆ nodeId

SOPC_ClientHelper_BrowseRequest::nodeId

NodeId of the Node to be browsed. zero-terminated string

◆ direction

SOPC_ClientHelper_BrowseRequest::direction

The direction of References to follow. The list of accepted values is one of the following OpcUa_BrowseDirection values:

  • OpcUa_BrowseDirection_Forward: Forward references,
  • OpcUa_BrowseDirection_Inverse: Inverse references,
  • OpcUa_BrowseDirection_Both: Forward and inverse references.

◆ referenceTypeId

SOPC_ClientHelper_BrowseRequest::referenceTypeId

NodeId of the ReferenceType to follow. zero-terminated string NULL or zero-length string are supported in which case no filtering is done.

◆ includeSubtypes

SOPC_ClientHelper_BrowseRequest::includeSubtypes

Indicates whether subtypes of the ReferenceType should be included.


The documentation for this struct was generated from the following file: