open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
Data Fields
UA_VariableTypeAttributes Struct Reference

#include <types_generated.h>

Data Fields

UA_UInt32 specifiedAttributes
 
UA_LocalizedText displayName
 
UA_LocalizedText description
 
UA_UInt32 writeMask
 
UA_UInt32 userWriteMask
 
UA_Variant value
 
UA_NodeId dataType
 
UA_Int32 valueRank
 
size_t arrayDimensionsSize
 
UA_UInt32arrayDimensions
 
UA_Boolean isAbstract
 

Detailed Description

VariableTypeAttributes.

Definition at line 1849 of file types_generated.h.

Field Documentation

◆ arrayDimensions

UA_UInt32* UA_VariableTypeAttributes::arrayDimensions

Definition at line 1859 of file types_generated.h.

◆ arrayDimensionsSize

size_t UA_VariableTypeAttributes::arrayDimensionsSize

Definition at line 1858 of file types_generated.h.

◆ dataType

UA_NodeId UA_VariableTypeAttributes::dataType

Definition at line 1856 of file types_generated.h.

◆ description

UA_LocalizedText UA_VariableTypeAttributes::description

Definition at line 1852 of file types_generated.h.

◆ displayName

UA_LocalizedText UA_VariableTypeAttributes::displayName

Definition at line 1851 of file types_generated.h.

◆ isAbstract

UA_Boolean UA_VariableTypeAttributes::isAbstract

Definition at line 1860 of file types_generated.h.

◆ specifiedAttributes

UA_UInt32 UA_VariableTypeAttributes::specifiedAttributes

Definition at line 1850 of file types_generated.h.

◆ userWriteMask

UA_UInt32 UA_VariableTypeAttributes::userWriteMask

Definition at line 1854 of file types_generated.h.

◆ value

UA_Variant UA_VariableTypeAttributes::value

Definition at line 1855 of file types_generated.h.

◆ valueRank

UA_Int32 UA_VariableTypeAttributes::valueRank

Definition at line 1857 of file types_generated.h.

◆ writeMask

UA_UInt32 UA_VariableTypeAttributes::writeMask

Definition at line 1853 of file types_generated.h.


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