C# Class Opc.Ua.Client.MonitoredItemStatus

The current status of monitored item.
Show file Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
SetMonitoringMode ( MonitoringMode monitoringMode ) : void

Updates the monitoring mode.

Private Methods

Method Description
Initialize ( ) : void
MonitoredItemStatus ( ) : System

Creates a empty object.

SetCreateResult ( MonitoredItemCreateRequest request, MonitoredItemCreateResult result, ServiceResult error ) : void

Updates the object with the results of a create monitored item request.

SetDeleteResult ( ServiceResult error ) : void

Updates the object with the results of a delete item request.

SetError ( ServiceResult error ) : void

Sets the error state for the monitored item status.

SetModifyResult ( MonitoredItemModifyRequest request, MonitoredItemModifyResult result, ServiceResult error ) : void

Updates the object with the results of a modify monitored item request.

SetResolvePathResult ( BrowsePathResult result, ServiceResult error ) : void

Updates the object with the results of a translate browse paths request.

Method Details

SetMonitoringMode() public method

Updates the monitoring mode.
public SetMonitoringMode ( MonitoringMode monitoringMode ) : void
monitoringMode MonitoringMode
return void