System.Sensors.TCustomMotionSensor.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AManager: TSensorManager); override;

C++

__fastcall virtual TCustomMotionSensor(TSensorManager* AManager);

Properties

Type Visibility Source Unit Parent
constructor protected
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomMotionSensor

Description

Creates an instance of TCustomMotionSensor.

AManager is an instance of TSensorManager that provides access to the target sensor.

See Also