S2OPC OPCUA Toolkit
|
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 |
Structure defining a node, an attribute and a value.
SOPC_ClientHelper_BrowseRequest::nodeId |
NodeId of the Node to be browsed. zero-terminated string
SOPC_ClientHelper_BrowseRequest::direction |
The direction of References to follow. The list of accepted values is one of the following OpcUa_BrowseDirection values:
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.
SOPC_ClientHelper_BrowseRequest::includeSubtypes |
Indicates whether subtypes of the ReferenceType should be included.