C# 클래스 Opc.Ua.DataChangeFilter

A filter to apply when monitoring data changes.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
GetAbsoluteDeadband ( MonitoringFilter filter ) : double

Returns the AbsoluteDeadband if the filter specifies one. Zero otherwize.

GetPercentageDeadband ( MonitoringFilter filter ) : double

Returns the PercentageDeadband if the filter specifies one. Zero otherwize.

Validate ( ) : ServiceResult

Checks that the filter is valid.

메소드 상세

GetAbsoluteDeadband() 공개 정적인 메소드

Returns the AbsoluteDeadband if the filter specifies one. Zero otherwize.
public static GetAbsoluteDeadband ( MonitoringFilter filter ) : double
filter MonitoringFilter
리턴 double

GetPercentageDeadband() 공개 정적인 메소드

Returns the PercentageDeadband if the filter specifies one. Zero otherwize.
public static GetPercentageDeadband ( MonitoringFilter filter ) : double
filter MonitoringFilter
리턴 double

Validate() 공개 메소드

Checks that the filter is valid.
public Validate ( ) : ServiceResult
리턴 ServiceResult