C# Класс Opc.Ua.Client.MonitoredItemStatus

The current status of monitored item.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SetMonitoringMode ( MonitoringMode monitoringMode ) : void

Updates the monitoring mode.

Приватные методы

Метод Описание
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.

Описание методов

SetMonitoringMode() публичный Метод

Updates the monitoring mode.
public SetMonitoringMode ( MonitoringMode monitoringMode ) : void
monitoringMode MonitoringMode
Результат void