open62541 1.3.12
Open source implementation of OPC UA
Loading...
Searching...
No Matches
UA_DataTypeArray Struct Reference

#include <types.h>

Data Fields

const struct UA_DataTypeArraynext
 
const size_t typesSize
 
const UA_DataTypetypes
 

Detailed Description

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

Definition at line 859 of file types.h.

Field Documentation

◆ next

const struct UA_DataTypeArray* UA_DataTypeArray::next

Definition at line 860 of file types.h.

◆ typesSize

const size_t UA_DataTypeArray::typesSize

Definition at line 861 of file types.h.

◆ types

const UA_DataType* UA_DataTypeArray::types

Definition at line 862 of file types.h.


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