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

Asynchronously changes the triggering for a monitored item. More...

#include <opcua_types.h>

Data Fields

OpcUa_UInt32 SubscriptionId
 The Server-assigned identifier for the subscription that contains the triggering item and the items to report.
 
OpcUa_UInt32 TriggeringItemId
 Server-assigned ID for the MonitoredItem used as the triggering item.
 
OpcUa_UInt32 * LinksToAdd
 The list of Server-assigned IDs of the items to report that are to be added as triggering links. More...
 
OpcUa_UInt32 * LinksToRemove
 The list of Server-assigned IDs of the items to report for the triggering links to be deleted. More...
 

Detailed Description

Asynchronously changes the triggering for a monitored item.

This service is used to create and delete triggering links for a triggering item. The triggering item and the items to report shall belong to the same subscription.

Each triggering link links a triggering item to an item to report. Each link is represented by the MonitoredItem id for the item to report. An error code is returned if this id is invalid.


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