C# 클래스 Opc.Ua.Client.MonitoredItemStatus

The current status of monitored item.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
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