.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel Class Reference

This complex variable type is used for diagnostic information. More...

Inherits UnifiedAutomation.UaServer.BaseDataVariableModel.

Public Member Functions

 SessionDiagnosticsVariableModel ()
 Initializes a new instance of the SessionDiagnosticsVariableModel class. More...
 
 SessionDiagnosticsVariableModel (SessionDiagnosticsVariableModel template)
 Initializes a new instance of the SessionDiagnosticsVariableModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.BaseDataVariableModel
 BaseDataVariableModel ()
 Initializes a new instance of the BaseDataVariableModel class. More...
 
 BaseDataVariableModel (BaseDataVariableModel template)
 Initializes a new instance of the BaseDataVariableModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.BaseVariableModel
 BaseVariableModel ()
 Initializes a new instance of the BaseVariableModel class. More...
 
 BaseVariableModel (BaseVariableModel template)
 Initializes a new instance of the BaseVariableModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.ModelControllerBase
virtual ModelHandle GetModelHandle (StringTable namespaceUris, object instance)
 Gets the metadata handle. More...
 
virtual DataValue GetValue (IMapperContext context, ModelMapping mapping)
 Gets the value associated with the mapping. More...
 
virtual bool SetValue (IMapperContext context, ModelMapping mapping, DataValue value)
 Sets the value associated with the mapping. More...
 

Properties

new SessionDiagnosticsDataType Value [get, set]
 Gets or sets the value. More...
 
double ActualSessionTimeout [get, set]
 Gets or sets the ActualSessionTimeout More...
 
ServiceCounterDataType AddNodesCount [get, set]
 Gets or sets the AddNodesCount More...
 
ServiceCounterDataType AddReferencesCount [get, set]
 Gets or sets the AddReferencesCount More...
 
ServiceCounterDataType BrowseCount [get, set]
 Gets or sets the BrowseCount More...
 
ServiceCounterDataType BrowseNextCount [get, set]
 Gets or sets the BrowseNextCount More...
 
ServiceCounterDataType CallCount [get, set]
 Gets or sets the CallCount More...
 
DateTime ClientConnectionTime [get, set]
 Gets or sets the ClientConnectionTime More...
 
ApplicationDescription ClientDescription [get, set]
 Gets or sets the ClientDescription More...
 
DateTime ClientLastContactTime [get, set]
 Gets or sets the ClientLastContactTime More...
 
ServiceCounterDataType CreateMonitoredItemsCount [get, set]
 Gets or sets the CreateMonitoredItemsCount More...
 
ServiceCounterDataType CreateSubscriptionCount [get, set]
 Gets or sets the CreateSubscriptionCount More...
 
uint CurrentMonitoredItemsCount [get, set]
 Gets or sets the CurrentMonitoredItemsCount More...
 
uint CurrentPublishRequestsInQueue [get, set]
 Gets or sets the CurrentPublishRequestsInQueue More...
 
uint CurrentSubscriptionsCount [get, set]
 Gets or sets the CurrentSubscriptionsCount More...
 
ServiceCounterDataType DeleteMonitoredItemsCount [get, set]
 Gets or sets the DeleteMonitoredItemsCount More...
 
ServiceCounterDataType DeleteNodesCount [get, set]
 Gets or sets the DeleteNodesCount More...
 
ServiceCounterDataType DeleteReferencesCount [get, set]
 Gets or sets the DeleteReferencesCount More...
 
ServiceCounterDataType DeleteSubscriptionsCount [get, set]
 Gets or sets the DeleteSubscriptionsCount More...
 
string EndpointUrl [get, set]
 Gets or sets the EndpointUrl More...
 
ServiceCounterDataType HistoryReadCount [get, set]
 Gets or sets the HistoryReadCount More...
 
ServiceCounterDataType HistoryUpdateCount [get, set]
 Gets or sets the HistoryUpdateCount More...
 
string[] LocaleIds [get, set]
 Gets or sets the LocaleIds More...
 
uint MaxResponseMessageSize [get, set]
 Gets or sets the MaxResponseMessageSize More...
 
ServiceCounterDataType ModifyMonitoredItemsCount [get, set]
 Gets or sets the ModifyMonitoredItemsCount More...
 
ServiceCounterDataType ModifySubscriptionCount [get, set]
 Gets or sets the ModifySubscriptionCount More...
 
ServiceCounterDataType PublishCount [get, set]
 Gets or sets the PublishCount More...
 
ServiceCounterDataType QueryFirstCount [get, set]
 Gets or sets the QueryFirstCount More...
 
ServiceCounterDataType QueryNextCount [get, set]
 Gets or sets the QueryNextCount More...
 
ServiceCounterDataType ReadCount [get, set]
 Gets or sets the ReadCount More...
 
ServiceCounterDataType RegisterNodesCount [get, set]
 Gets or sets the RegisterNodesCount More...
 
ServiceCounterDataType RepublishCount [get, set]
 Gets or sets the RepublishCount More...
 
string ServerUri [get, set]
 Gets or sets the ServerUri More...
 
NodeId SessionId [get, set]
 Gets or sets the SessionId More...
 
string SessionName [get, set]
 Gets or sets the SessionName More...
 
ServiceCounterDataType SetMonitoringModeCount [get, set]
 Gets or sets the SetMonitoringModeCount More...
 
ServiceCounterDataType SetPublishingModeCount [get, set]
 Gets or sets the SetPublishingModeCount More...
 
ServiceCounterDataType SetTriggeringCount [get, set]
 Gets or sets the SetTriggeringCount More...
 
ServiceCounterDataType TotalRequestCount [get, set]
 Gets or sets the TotalRequestCount More...
 
ServiceCounterDataType TransferSubscriptionsCount [get, set]
 Gets or sets the TransferSubscriptionsCount More...
 
ServiceCounterDataType TranslateBrowsePathsToNodeIdsCount [get, set]
 Gets or sets the TranslateBrowsePathsToNodeIdsCount More...
 
uint UnauthorizedRequestCount [get, set]
 Gets or sets the UnauthorizedRequestCount More...
 
ServiceCounterDataType UnregisterNodesCount [get, set]
 Gets or sets the UnregisterNodesCount More...
 
ServiceCounterDataType WriteCount [get, set]
 Gets or sets the WriteCount More...
 
- Properties inherited from UnifiedAutomation.UaServer.BaseVariableModel
object Value [get, set]
 Gets or sets the value. More...
 
- Properties inherited from UnifiedAutomation.UaServer.ModelControllerBase
ModelHandle ModelHandle [get, set]
 Gets or sets the metadata handle. More...
 
object UserData [get, set]
 Gets or sets the user data. More...
 

Detailed Description

This complex variable type is used for diagnostic information.

Its data variables reflect its data type, having the same semantic defined (see UnifiedAutomation.UaBase.SessionDiagnosticsDataType).

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.SessionDiagnosticsVariableModel ( )
inline

Initializes a new instance of the SessionDiagnosticsVariableModel class.

UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.SessionDiagnosticsVariableModel ( SessionDiagnosticsVariableModel  template)
inline

Initializes a new instance of the SessionDiagnosticsVariableModel class.

Parameters
templateThe template.

Property Documentation

double UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.ActualSessionTimeout
getset

Gets or sets the ActualSessionTimeout

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.AddNodesCount
getset

Gets or sets the AddNodesCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.AddReferencesCount
getset

Gets or sets the AddReferencesCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.BrowseCount
getset

Gets or sets the BrowseCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.BrowseNextCount
getset

Gets or sets the BrowseNextCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.CallCount
getset

Gets or sets the CallCount

DateTime UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.ClientConnectionTime
getset

Gets or sets the ClientConnectionTime

ApplicationDescription UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.ClientDescription
getset

Gets or sets the ClientDescription

DateTime UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.ClientLastContactTime
getset

Gets or sets the ClientLastContactTime

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.CreateMonitoredItemsCount
getset

Gets or sets the CreateMonitoredItemsCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.CreateSubscriptionCount
getset

Gets or sets the CreateSubscriptionCount

uint UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.CurrentMonitoredItemsCount
getset

Gets or sets the CurrentMonitoredItemsCount

uint UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.CurrentPublishRequestsInQueue
getset

Gets or sets the CurrentPublishRequestsInQueue

uint UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.CurrentSubscriptionsCount
getset

Gets or sets the CurrentSubscriptionsCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.DeleteMonitoredItemsCount
getset

Gets or sets the DeleteMonitoredItemsCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.DeleteNodesCount
getset

Gets or sets the DeleteNodesCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.DeleteReferencesCount
getset

Gets or sets the DeleteReferencesCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.DeleteSubscriptionsCount
getset

Gets or sets the DeleteSubscriptionsCount

string UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.EndpointUrl
getset

Gets or sets the EndpointUrl

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.HistoryReadCount
getset

Gets or sets the HistoryReadCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.HistoryUpdateCount
getset

Gets or sets the HistoryUpdateCount

string [] UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.LocaleIds
getset

Gets or sets the LocaleIds

uint UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.MaxResponseMessageSize
getset

Gets or sets the MaxResponseMessageSize

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.ModifyMonitoredItemsCount
getset

Gets or sets the ModifyMonitoredItemsCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.ModifySubscriptionCount
getset

Gets or sets the ModifySubscriptionCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.PublishCount
getset

Gets or sets the PublishCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.QueryFirstCount
getset

Gets or sets the QueryFirstCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.QueryNextCount
getset

Gets or sets the QueryNextCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.ReadCount
getset

Gets or sets the ReadCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.RegisterNodesCount
getset

Gets or sets the RegisterNodesCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.RepublishCount
getset

Gets or sets the RepublishCount

string UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.ServerUri
getset

Gets or sets the ServerUri

NodeId UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.SessionId
getset

Gets or sets the SessionId

string UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.SessionName
getset

Gets or sets the SessionName

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.SetMonitoringModeCount
getset

Gets or sets the SetMonitoringModeCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.SetPublishingModeCount
getset

Gets or sets the SetPublishingModeCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.SetTriggeringCount
getset

Gets or sets the SetTriggeringCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.TotalRequestCount
getset

Gets or sets the TotalRequestCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.TransferSubscriptionsCount
getset

Gets or sets the TransferSubscriptionsCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.TranslateBrowsePathsToNodeIdsCount
getset

Gets or sets the TranslateBrowsePathsToNodeIdsCount

uint UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.UnauthorizedRequestCount
getset

Gets or sets the UnauthorizedRequestCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.UnregisterNodesCount
getset

Gets or sets the UnregisterNodesCount

new SessionDiagnosticsDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.Value
getset

Gets or sets the value.

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.WriteCount
getset

Gets or sets the WriteCount


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