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

Used to identify the operation limits of the OPC UA Server. More...

Inherits UnifiedAutomation.UaServer.FolderModel.

Public Member Functions

 OperationLimitsModel ()
 Initializes a new instance of the OperationLimitsModel class. More...
 
 OperationLimitsModel (OperationLimitsModel template)
 Initializes a new instance of the OperationLimitsModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.FolderModel
 FolderModel ()
 Initializes a new instance of the FolderModel class. More...
 
 FolderModel (FolderModel template)
 Initializes a new instance of the FolderModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.BaseObjectModel
 BaseObjectModel ()
 Initializes a new instance of the BaseObjectModel class. More...
 
 BaseObjectModel (BaseObjectModel template)
 Initializes a new instance of the BaseObjectModel 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

uint MaxMonitoredItemsPerCall [get, set]
 Indicates the maximum size of the itemsToCreate array when a Client calls the CreateMonitoredItems service, the maximum size of the itemsToModify array when a Client calls the ModifyMonitoredItems service, the maximum size of the monitoredItemIds array when a Client calls the SetMonitoringMode service or the DeleteMonitoredItems service, the maximum size of the linksToAdd and the linksToRemove arrays when a Client calls the SetTriggering service. More...
 
uint MaxNodesPerBrowse [get, set]
 Indicates the maximum size of the nodesToBrowse array when calling the Browse service or the continuationPoints array when a Client calls the BrowseNext service. More...
 
uint MaxNodesPerHistoryReadData [get, set]
 Indicates the maximum size of the nodesToRead array when a Client calls the HistoryRead service using the histroyReadDetails RAW, PROCESSED, MODIFIED or ATTIME. More...
 
uint MaxNodesPerHistoryReadEvents [get, set]
 Indicates the maximum size of the nodesToRead array when a client calls the HistoryRead Service using the historyReadDetails EVENTS. More...
 
uint MaxNodesPerHistoryUpdateData [get, set]
 Indicates the maximum size of the historyUpdateDetails array supported by the Server when a Client calls the HistoryUpdate service. More...
 
uint MaxNodesPerHistoryUpdateEvents [get, set]
 Indicates the maximum size of the historyUpdateDetails array when a Client calls the HistoryUpdate service. More...
 
uint MaxNodesPerMethodCall [get, set]
 Indicates the maximum size of the methodsToCall array when a Client calls the Call service. More...
 
uint MaxNodesPerNodeManagement [get, set]
 Indicates the maximum size of the nodesToAdd array when a Client calls the AddNodes service, the maximum size of the referencesToAdd array when a Client calls the AddReferences service, the maximum size of the nodesToDelete array when a Client calls the DeleteNodes service, and the maximum size of the referencesToDelete array when a Client calls the DeleteReferences service. More...
 
uint MaxNodesPerRead [get, set]
 Indicates the maximum size of the nodesToRead array when a Client calls the Read service. More...
 
uint MaxNodesPerRegisterNodes [get, set]
 Indicates the maximum size of the nodesToRegister array when a Client calls the RegisterNodes service and the maximum size of the nodesToUnregister when calling the UnregisterNodes service. More...
 
uint MaxNodesPerTranslateBrowsePathsToNodeIds [get, set]
 Indicates the maximum size of the browsePaths array when a Client calls the TranslateBrowsePathsToNodeIds service. More...
 
uint MaxNodesPerWrite [get, set]
 Indicates the maximum size of the nodesToWrite array when a Client calls the Write service. 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

Used to identify the operation limits of the OPC UA Server.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.OperationLimitsModel.OperationLimitsModel ( )
inline

Initializes a new instance of the OperationLimitsModel class.

UnifiedAutomation.UaServer.OperationLimitsModel.OperationLimitsModel ( OperationLimitsModel  template)
inline

Initializes a new instance of the OperationLimitsModel class.

Parameters
templateThe template.

Property Documentation

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxMonitoredItemsPerCall
getset

Indicates the maximum size of the itemsToCreate array when a Client calls the CreateMonitoredItems service, the maximum size of the itemsToModify array when a Client calls the ModifyMonitoredItems service, the maximum size of the monitoredItemIds array when a Client calls the SetMonitoringMode service or the DeleteMonitoredItems service, the maximum size of the linksToAdd and the linksToRemove arrays when a Client calls the SetTriggering service.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerBrowse
getset

Indicates the maximum size of the nodesToBrowse array when calling the Browse service or the continuationPoints array when a Client calls the BrowseNext service.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerHistoryReadData
getset

Indicates the maximum size of the nodesToRead array when a Client calls the HistoryRead service using the histroyReadDetails RAW, PROCESSED, MODIFIED or ATTIME.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerHistoryReadEvents
getset

Indicates the maximum size of the nodesToRead array when a client calls the HistoryRead Service using the historyReadDetails EVENTS.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerHistoryUpdateData
getset

Indicates the maximum size of the historyUpdateDetails array supported by the Server when a Client calls the HistoryUpdate service.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerHistoryUpdateEvents
getset

Indicates the maximum size of the historyUpdateDetails array when a Client calls the HistoryUpdate service.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerMethodCall
getset

Indicates the maximum size of the methodsToCall array when a Client calls the Call service.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerNodeManagement
getset

Indicates the maximum size of the nodesToAdd array when a Client calls the AddNodes service, the maximum size of the referencesToAdd array when a Client calls the AddReferences service, the maximum size of the nodesToDelete array when a Client calls the DeleteNodes service, and the maximum size of the referencesToDelete array when a Client calls the DeleteReferences service.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerRead
getset

Indicates the maximum size of the nodesToRead array when a Client calls the Read service.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerRegisterNodes
getset

Indicates the maximum size of the nodesToRegister array when a Client calls the RegisterNodes service and the maximum size of the nodesToUnregister when calling the UnregisterNodes service.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerTranslateBrowsePathsToNodeIds
getset

Indicates the maximum size of the browsePaths array when a Client calls the TranslateBrowsePathsToNodeIds service.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerWrite
getset

Indicates the maximum size of the nodesToWrite array when a Client calls the Write service.


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