High Performance OPC UA Server SDK  1.2.0.193
ua_type_table_encoder_fcts Struct Reference

Encode and decode functions for builtin types. More...

#include <type_table.h>

Data Fields

encode_t encode
 
decode_t decode
 

Detailed Description

Encode and decode functions for builtin types.

These functions must be set for each type, in case the UA_DICT_FLAG_OMITTED flag is set these functions receive NULL instead of a pointer to the value. Then the encode function must encode a dummy value and the decode function must skip over the encoded value and discard the result.


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