ANSI C UA Server SDK  1.6.0.341
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
UaClient_Session_Callback Struct Reference

UaClient_Session_Callback defines the callback interface for the UaClient_Session structure. More...

#include <uaclient_session.h>

Detailed Description

UaClient_Session_Callback defines the callback interface for the UaClient_Session structure.

This callback interface needs to be set by the user of the UaClient_Session structure to receive connection status change callbacks from the Client SDK.

After UaClient_Session_BeginDisconnect is called, no more callbacks will be sent for this UaClient_Session object. The disconnect waits until all outstanding service calls are finished and results are returned. This includes any asynchronous service calls and outstanding callbacks to the client application.


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