S2OPC OPCUA Toolkit
Data Fields
SOPC_ClientHelper_BrowseResultReference Struct Reference

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

#include <libs2opc_client_cmds.h>

Data Fields

char * referenceTypeId
 
bool isForward
 
char * nodeId
 
char * browseName
 
char * displayName
 
OpcUa_NodeClass nodeClass
 

Detailed Description

Structure defining a node, an attribute and a value.

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

Field Documentation

◆ referenceTypeId

SOPC_ClientHelper_BrowseResultReference::referenceTypeId

NodeId of the ReferenceType to follow. zero-terminated string.

◆ isForward

SOPC_ClientHelper_BrowseResultReference::isForward

If True, the server follow a forward reference. Otherwise, it follow an inverse.

◆ nodeId

SOPC_ClientHelper_BrowseResultReference::nodeId

ExpandedNodeId (see OPC Unified Architecture, Part 4) of the target node following the Reference defined by the returned ReferenceTypeId.

◆ browseName

SOPC_ClientHelper_BrowseResultReference::browseName

BrowseName of the target node. zero-terminated string or NULL.

◆ displayName

SOPC_ClientHelper_BrowseResultReference::displayName

DisplayName of the target node. zero-terminated string.

◆ nodeClass

SOPC_ClientHelper_BrowseResultReference::nodeClass

NodeClass identifier of the target node.


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