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

Contains diagnostic information about subscriptions. More...

#include <opcua_types.h>

Data Fields

OpcUa_NodeId SessionId
 Server-assigned identifier of the session the subscription belongs to.
 
OpcUa_UInt32 SubscriptionId
 Server-assigned identifier of the subscription.
 
OpcUa_Byte Priority
 The priority the client assigned to the subscription.
 
OpcUa_Double PublishingInterval
 The publishing interval of the subscription in milliseconds.
 
OpcUa_UInt32 MaxKeepAliveCount
 The maximum keep-alive count of the subscription.
 
OpcUa_UInt32 MaxLifetimeCount
 The maximum lifetime count of the subscription.
 
OpcUa_UInt32 MaxNotificationsPerPublish
 The maximum number of notifications per publish response.
 
OpcUa_Boolean PublishingEnabled
 Whether publishing is enabled for the subscription.
 
OpcUa_UInt32 ModifyCount
 The number of ModifySubscription requests received for the subscription.
 
OpcUa_UInt32 EnableCount
 The number of times the subscription has been enabled.
 
OpcUa_UInt32 DisableCount
 The number of times the subscription has been disabled.
 
OpcUa_UInt32 RepublishRequestCount
 The number of Republish Service requests that have been received and processed for the subscription.
 
OpcUa_UInt32 RepublishMessageRequestCount
 The total number of messages that have been requested to be republished for the subscription. More...
 
OpcUa_UInt32 RepublishMessageCount
 The number of messages that have been successfully republished for the subscription.
 
OpcUa_UInt32 TransferRequestCount
 The total number of TransferSubscriptions Service requests that have been received for the subscription.
 
OpcUa_UInt32 TransferredToAltClientCount
 The number of times the subscription has been transferred to an alternate client.
 
OpcUa_UInt32 TransferredToSameClientCount
 The number of times the subscription has been transferred to an alternate session for the same client.
 
OpcUa_UInt32 PublishRequestCount
 The number of Publish Service requests that have been received and processed for the subscription.
 
OpcUa_UInt32 DataChangeNotificationsCount
 The number of data change Notifications sent by the subscription.
 
OpcUa_UInt32 EventNotificationsCount
 The number of Event Notifications sent by the subscription.
 
OpcUa_UInt32 NotificationsCount
 The total number of Notifications sent by the subscription.
 
OpcUa_UInt32 LatePublishRequestCount
 The number of times the subscription has entered the LATE State, i.e. More...
 
OpcUa_UInt32 CurrentKeepAliveCount
 The number of times the subscription has entered the KEEPALIVE State.
 
OpcUa_UInt32 CurrentLifetimeCount
 The current lifetime count of the subscription.
 
OpcUa_UInt32 UnacknowledgedMessageCount
 The number of unacknowledged messages saved in the republish queue.
 
OpcUa_UInt32 DiscardedMessageCount
 The number of messages that were discarded before they were acknowledged.
 
OpcUa_UInt32 MonitoredItemCount
 The total number of monitored items of the subscription, including the disabled monitored items.
 
OpcUa_UInt32 DisabledMonitoredItemCount
 The number of disabled monitored items of the subscription.
 
OpcUa_UInt32 MonitoringQueueOverflowCount
 The number of times a monitored item dropped notifications because of a queue overflow.
 
OpcUa_UInt32 NextSequenceNumber
 Sequence number for the next notification message.
 
OpcUa_UInt32 EventQueueOverFlowCount
 The number of times a monitored item in the subscription has generated an Event of type EventQueueOverflowEventType.
 

Detailed Description

Contains diagnostic information about subscriptions.


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