|
open62541 1.4.15
Open source implementation of OPC UA
|
#include <types_generated.h>
Data Fields | |
| UA_NodeId | referenceTypeId |
| UA_Boolean | isForward |
| UA_ExpandedNodeId | nodeId |
| UA_QualifiedName | browseName |
| UA_LocalizedText | displayName |
| UA_NodeClass | nodeClass |
| UA_ExpandedNodeId | typeDefinition |
ReferenceDescription.
Definition at line 2144 of file types_generated.h.
| UA_QualifiedName UA_ReferenceDescription::browseName |
Definition at line 2148 of file types_generated.h.
| UA_LocalizedText UA_ReferenceDescription::displayName |
Definition at line 2149 of file types_generated.h.
| UA_Boolean UA_ReferenceDescription::isForward |
Definition at line 2146 of file types_generated.h.
| UA_NodeClass UA_ReferenceDescription::nodeClass |
Definition at line 2150 of file types_generated.h.
| UA_ExpandedNodeId UA_ReferenceDescription::nodeId |
Definition at line 2147 of file types_generated.h.
Referenced by getTypeDefinitionId(), and hasReference().
| UA_NodeId UA_ReferenceDescription::referenceTypeId |
Definition at line 2145 of file types_generated.h.
| UA_ExpandedNodeId UA_ReferenceDescription::typeDefinition |
Definition at line 2151 of file types_generated.h.