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

#include <types.h>

Data Fields

const struct UA_DataTypeArraynext
 
const size_t typesSize
 
const UA_DataTypetypes
 
UA_Boolean cleanup
 

Detailed Description

Datatype arrays with custom type definitions can be added in a linked list to the client or server configuration.

Definition at line 878 of file types.h.

Field Documentation

◆ cleanup

UA_Boolean UA_DataTypeArray::cleanup

Definition at line 882 of file types.h.

◆ next

const struct UA_DataTypeArray* UA_DataTypeArray::next

Definition at line 879 of file types.h.

◆ types

const UA_DataType* UA_DataTypeArray::types

Definition at line 881 of file types.h.

◆ typesSize

const size_t UA_DataTypeArray::typesSize

Definition at line 880 of file types.h.


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