ANSI C Based OPC UA Client/Server/PubSub SDK  1.9.1.442
OpcUa_CreateSubscriptionRequest Struct Reference

Asynchronous call to create a Subscription. More...

#include <opcua_types.h>

Data Fields

OpcUa_Double RequestedPublishingInterval
 This interval defines the cyclic rate that the Subscription is being requested to return Notifications to the Client. More...
 
OpcUa_UInt32 RequestedLifetimeCount
 Requested lifetime count. More...
 
OpcUa_UInt32 RequestedMaxKeepAliveCount
 Requested maximum keep-alive count. More...
 
OpcUa_UInt32 MaxNotificationsPerPublish
 The maximum number of notifications that the Client wishes to receive in a single Publish response. More...
 
OpcUa_Boolean PublishingEnabled
 A Boolean parameter with the following values: More...
 
OpcUa_Byte Priority
 Indicates the relative priority of the Subscription. More...
 

Detailed Description

Asynchronous call to create a Subscription.

Subscriptions monitor a set of MonitoredItems for notifications and return them to the Client in response to Publish requests.


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