High Performance OPC UA Server SDK  1.2.0.193
ua_client_callbacks Struct Reference

Callback table for ua_client instances. More...

#include <uaclient_types.h>

Data Fields

ua_client_connection_status_changed_cb status_changed_cb
 
ua_client_connection_error_cb error_cb
 

Detailed Description

Callback table for ua_client instances.

All callbacks are optional. Set the function pointer to NULL if not used. It is recommended to initialized this struct with

struct ua_client_callbacks callbacks;
ua_memset(callbacks, 0, sizeof(callbacks));

before filling callback pointers. This keeps the code working also when the table gets extended in the future.


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