UA Bundle SDK .NET  2.1.0.222
 All Classes Namespaces Functions Variables Enumerations Properties Events Groups Pages
UnifiedAutomation.UaServer.OperationLimitsModel Class Reference

Identifies the operation limits imposed by the server. More...

Inherits UnifiedAutomation.UaServer.ModelControllerBase.

Public Member Functions

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

Properties

uint MaxMonitoredItemsPerCall [get, set]
 Gets or sets the MaxMonitoredItemsPerCall
 
uint MaxNodesPerBrowse [get, set]
 Gets or sets the MaxNodesPerBrowse
 
uint MaxNodesPerHistoryRead [get, set]
 Gets or sets the MaxNodesPerHistoryRead
 
uint MaxNodesPerHistoryUpdate [get, set]
 Gets or sets the MaxNodesPerHistoryUpdate
 
uint MaxNodesPerMethodCall [get, set]
 Gets or sets the MaxNodesPerMethodCall
 
uint MaxNodesPerNodeManagement [get, set]
 Gets or sets the MaxNodesPerNodeManagement
 
uint MaxNodesPerRead [get, set]
 Gets or sets the MaxNodesPerRead
 
uint MaxNodesPerRegisterNodes [get, set]
 Gets or sets the MaxNodesPerRegisterNodes
 
uint MaxNodesPerTranslateBrowsePathsToNodeIds [get, set]
 Gets or sets the MaxNodesPerTranslateBrowsePathsToNodeIds
 
uint MaxNodesPerWrite [get, set]
 Gets or sets the MaxNodesPerWrite
 
- Properties inherited from UnifiedAutomation.UaServer.ModelControllerBase
ModelHandle ModelHandle [get, set]
 Gets or sets the metadata handle.
 
object UserData [get, set]
 Gets or sets the user data.
 

Detailed Description

Identifies the operation limits imposed by the server.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.OperationLimitsModel.OperationLimitsModel ( )

Initializes a new instance of the OperationLimitsModel class.

UnifiedAutomation.UaServer.OperationLimitsModel.OperationLimitsModel ( OperationLimitsModel  template)

Initializes a new instance of the OperationLimitsModel class.

Parameters
templateThe template.

Property Documentation

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxMonitoredItemsPerCall
getset

Gets or sets the MaxMonitoredItemsPerCall

The MaxMonitoredItemsPerCall The maximum number of operations in a single MonitoredItem related request.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerBrowse
getset

Gets or sets the MaxNodesPerBrowse

The MaxNodesPerBrowse The maximum number of operations in a single Browse request.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerHistoryRead
getset

Gets or sets the MaxNodesPerHistoryRead

The MaxNodesPerHistoryRead The maximum number of operations in a single HistoryRead request.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerHistoryUpdate
getset

Gets or sets the MaxNodesPerHistoryUpdate

The MaxNodesPerHistoryUpdate The maximum number of operations in a single HistoryUpdate request.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerMethodCall
getset

Gets or sets the MaxNodesPerMethodCall

The MaxNodesPerMethodCall The maximum number of operations in a single Call request.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerNodeManagement
getset

Gets or sets the MaxNodesPerNodeManagement

The MaxNodesPerNodeManagement The maximum number of operations in a single AddNodes, AddReferences, DeleteNodes or DeleteReferences request.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerRead
getset

Gets or sets the MaxNodesPerRead

The MaxNodesPerRead The maximum number of operations in a single Read request.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerRegisterNodes
getset

Gets or sets the MaxNodesPerRegisterNodes

The MaxNodesPerRegisterNodes The maximum number of operations in a single RegisterNodes request.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerTranslateBrowsePathsToNodeIds
getset

Gets or sets the MaxNodesPerTranslateBrowsePathsToNodeIds

The MaxNodesPerTranslateBrowsePathsToNodeIds The maximum number of operations in a single TranslateBrowsePathsToNodeIds request.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerWrite
getset

Gets or sets the MaxNodesPerWrite

The MaxNodesPerWrite The maximum number of operations in a single Write request.


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