System.Sensors.TSensorFilter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSensorFilter = reference to function (Sensor: TCustomSensor): Boolean;

C++

__interface TSensorFilter  : public System::IInterface

Properties

Type Visibility Source Unit Parent
anonMethod
class
public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors

Description

Represents a sensor filter type.

Sensors can be filtered by Category, Manufacturer, Model, SerialNo, Name, State, etc.

See Also