public class SubscriptionDiagnosticsDataType extends Structure implements UaStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
SubscriptionDiagnosticsDataType.Codec |
| Modifier and Type | Field and Description |
|---|---|
static ExpandedNodeId |
BINARY_ENCODING_ID |
static ExpandedNodeId |
TYPE_ID |
static ExpandedNodeId |
XML_ENCODING_ID |
| Constructor and Description |
|---|
SubscriptionDiagnosticsDataType(NodeId sessionId,
UInteger subscriptionId,
UByte priority,
Double publishingInterval,
UInteger maxKeepAliveCount,
UInteger maxLifetimeCount,
UInteger maxNotificationsPerPublish,
Boolean publishingEnabled,
UInteger modifyCount,
UInteger enableCount,
UInteger disableCount,
UInteger republishRequestCount,
UInteger republishMessageRequestCount,
UInteger republishMessageCount,
UInteger transferRequestCount,
UInteger transferredToAltClientCount,
UInteger transferredToSameClientCount,
UInteger publishRequestCount,
UInteger dataChangeNotificationsCount,
UInteger eventNotificationsCount,
UInteger notificationsCount,
UInteger latePublishRequestCount,
UInteger currentKeepAliveCount,
UInteger currentLifetimeCount,
UInteger unacknowledgedMessageCount,
UInteger discardedMessageCount,
UInteger monitoredItemCount,
UInteger disabledMonitoredItemCount,
UInteger monitoringQueueOverflowCount,
UInteger nextSequenceNumber,
UInteger eventQueueOverflowCount) |
public static final ExpandedNodeId TYPE_ID
public static final ExpandedNodeId XML_ENCODING_ID
public static final ExpandedNodeId BINARY_ENCODING_ID
public SubscriptionDiagnosticsDataType(NodeId sessionId, UInteger subscriptionId, UByte priority, Double publishingInterval, UInteger maxKeepAliveCount, UInteger maxLifetimeCount, UInteger maxNotificationsPerPublish, Boolean publishingEnabled, UInteger modifyCount, UInteger enableCount, UInteger disableCount, UInteger republishRequestCount, UInteger republishMessageRequestCount, UInteger republishMessageCount, UInteger transferRequestCount, UInteger transferredToAltClientCount, UInteger transferredToSameClientCount, UInteger publishRequestCount, UInteger dataChangeNotificationsCount, UInteger eventNotificationsCount, UInteger notificationsCount, UInteger latePublishRequestCount, UInteger currentKeepAliveCount, UInteger currentLifetimeCount, UInteger unacknowledgedMessageCount, UInteger discardedMessageCount, UInteger monitoredItemCount, UInteger disabledMonitoredItemCount, UInteger monitoringQueueOverflowCount, UInteger nextSequenceNumber, UInteger eventQueueOverflowCount)
public ExpandedNodeId getTypeId()
getTypeId in interface UaStructuregetTypeId in class Structurepublic ExpandedNodeId getXmlEncodingId()
getXmlEncodingId in interface UaStructurepublic ExpandedNodeId getBinaryEncodingId()
getBinaryEncodingId in interface UaStructurepublic NodeId getSessionId()
public UInteger getSubscriptionId()
public UByte getPriority()
public Double getPublishingInterval()
public UInteger getMaxKeepAliveCount()
public UInteger getMaxLifetimeCount()
public UInteger getMaxNotificationsPerPublish()
public Boolean getPublishingEnabled()
public UInteger getModifyCount()
public UInteger getEnableCount()
public UInteger getDisableCount()
public UInteger getRepublishRequestCount()
public UInteger getRepublishMessageRequestCount()
public UInteger getRepublishMessageCount()
public UInteger getTransferRequestCount()
public UInteger getTransferredToAltClientCount()
public UInteger getTransferredToSameClientCount()
public UInteger getPublishRequestCount()
public UInteger getDataChangeNotificationsCount()
public UInteger getEventNotificationsCount()
public UInteger getNotificationsCount()
public UInteger getLatePublishRequestCount()
public UInteger getCurrentKeepAliveCount()
public UInteger getCurrentLifetimeCount()
public UInteger getUnacknowledgedMessageCount()
public UInteger getDiscardedMessageCount()
public UInteger getMonitoredItemCount()
public UInteger getDisabledMonitoredItemCount()
public UInteger getMonitoringQueueOverflowCount()
public UInteger getNextSequenceNumber()
public UInteger getEventQueueOverflowCount()
Copyright © 2025. All rights reserved.