C# Class Opc.Ua.DataChangeFilter

A filter to apply when monitoring data changes.
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Public Methods

Method Description
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.

Method Details

GetAbsoluteDeadband() public static method

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

GetPercentageDeadband() public static method

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

Validate() public method

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