open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
customDataType.h
Go to the documentation of this file.
1#ifndef CUSTOMDATATYPE_H
2#define CUSTOMDATATYPE_H
4 const UA_DataTypeArray *types);
5
6#endif
const struct UA_DataType * findCustomDataType(const UA_NodeId *typeId, const UA_DataTypeArray *types)
Datatype arrays with custom type definitions can be added in a linked list to the client or server co...
Definition types.h:878
UA_NodeId typeId
Definition types.h:863