C# Class Opc.Ua.DataChangeFilter

A filter to apply when monitoring data changes.
Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

GetPercentageDeadband() public static méthode

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

Validate() public méthode

Checks that the filter is valid.
public Validate ( ) : ServiceResult
Résultat ServiceResult