High Performance OPC UA Server SDK  1.2.0.193
ua_client_subscription Struct Reference

Client side subscription representation. More...

#include <uaclient_subscription_types.h>

Data Fields

struct ua_createsubscriptionrequest requested
 Requested parameters when creating or recreating the subscription. More...
 
const struct
ua_createsubscriptionresponse 
revised
 Revised parameters from server after creating or recreating the subscription (read only). More...
 
void * user_data
 Freely usable by the application, e.g. More...
 

Detailed Description

Client side subscription representation.

Local context for storing information about the server side subscription. Required for any subscription related operations.

Application might access fields directly.

Field Documentation

struct ua_createsubscriptionrequest requested

Requested parameters when creating or recreating the subscription.

const struct ua_createsubscriptionresponse revised

Revised parameters from server after creating or recreating the subscription (read only).

void* user_data

Freely usable by the application, e.g.

for passing data into callbacks.


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