.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaServer.SessionSecurityDiagnosticsArrayModel Class Reference

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

Inherits UnifiedAutomation.UaServer.BaseDataVariableModel.

Public Member Functions

 SessionSecurityDiagnosticsArrayModel ()
 Initializes a new instance of the SessionSecurityDiagnosticsArrayModel class. More...
 
 SessionSecurityDiagnosticsArrayModel (SessionSecurityDiagnosticsArrayModel template)
 Initializes a new instance of the SessionSecurityDiagnosticsArrayModel 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
SessionSecurityDiagnosticsDataTypeCollection 
Value [get, set]
 Gets or sets the value. 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.

For each entry of the array instances of this type will provide a variable of the UnifiedAutomation.UaServer.SessionSecurityDiagnosticsModel variable type, having the SessionSecurityDiagnostics as browse name. Those variables will also be referenced by the SessionDiagnostics objects defined by the UnifiedAutomation.UaServer.SessionDiagnosticsObjectModel. Since this information is security related, it should not be made accessible to all users, but only to authorised users.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.SessionSecurityDiagnosticsArrayModel.SessionSecurityDiagnosticsArrayModel ( )
inline

Initializes a new instance of the SessionSecurityDiagnosticsArrayModel class.

UnifiedAutomation.UaServer.SessionSecurityDiagnosticsArrayModel.SessionSecurityDiagnosticsArrayModel ( SessionSecurityDiagnosticsArrayModel  template)
inline

Initializes a new instance of the SessionSecurityDiagnosticsArrayModel class.

Parameters
templateThe template.

Property Documentation

new SessionSecurityDiagnosticsDataTypeCollection UnifiedAutomation.UaServer.SessionSecurityDiagnosticsArrayModel.Value
getset

Gets or sets the value.


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