System.Sensors.TSensorManager.GetSensorsByFilter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSensorsByFilter(Filter: TSensorFilter): TSensorArray;

C++

TSensorArray __fastcall GetSensorsByFilter(_di_TSensorFilter Filter);

Properties

Type Visibility Source Unit Parent
function public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TSensorManager

Description

Returns an array of sensors from the list of all sensors of the sensor manager that match the specified filter.

See Also