ANSI C Based OPC UA Client/Server SDK  1.9.0.430
OpcUa_DeleteSubscriptionsRequest Struct Reference

Asynchronous call to delete one or more Subscriptions that belong to the Client’s Session. More...

#include <opcua_types.h>

Data Fields

OpcUa_UInt32 * SubscriptionIds
 The Server-assigned identifier for the Subscription.
 

Detailed Description

Asynchronous call to delete one or more Subscriptions that belong to the Client’s Session.

Successful completion of this Service causes all MonitoredItems that use the Subscription to be deleted. If this is the last Subscription for the Session, then all Publish requests still queued for that Session are dequeued and shall be returned with Bad_NoSubscription.

Subscriptions that were transferred to another Session must be deleted by the Client that owns the Session.


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