High Performance OPC UA Server SDK  1.2.0.193
ua_decoder_context Struct Reference

Data Fields

struct ua_bufferfirst
 1st buffer
 
struct ua_buffercur
 current buffer
 
unsigned int call_depth
 this field counts the call depth of nested decoder functions. More...
 
struct ua_stringtablestring_table
 The stringtable is set by the responseheader decoder. More...
 

Field Documentation

unsigned int call_depth

this field counts the call depth of nested decoder functions.

this way we can cancel recursive calls (e.g. inner diagnostic info) or also indirect recursions (e.g. variant->array->variant->...)

struct ua_stringtable* string_table

The stringtable is set by the responseheader decoder.

The diagnosticinfo decoder then passes it to decoded diagnosticinfos.


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