System.Sensors.TSensorManager.operator []

From RAD Studio API Documentation
Jump to: navigation, search

C++

TCustomSensor* operator[](int Index) { return this->Sensors[Index]; }

Properties

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


Description

Returns the sensor with the specified index.

See Also