System.Sensors.TSensorManager.GetSensorsByCategory

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSensorsByCategory(Category: TSensorCategory): TSensorArray;

C++

TSensorArray __fastcall GetSensorsByCategory(TSensorCategory Category);

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 are in the specified category.

See Also