Unit 'sensormanager' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pw_androidwizard]

jSensorManager

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: sensormanager.pas line 55

type jSensorManager = class(jControl)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Init; override;

  

  function jCreate;

  

  function GetDeviceSensorsTypes;

  

  function GetDeviceSensorsNames;

  

  procedure RegisterListeningSensor();

  

  procedure StopListeningAll;

  

  function SensorExists();

  

  function GetSensorsNames();

  

  function GetSensor();

  

  function GetSensorMaximumRange();

  

  function GetSensorVendor();

  

  function GetSensorMinDelay();

  

  function GetSensorName();

  

  function GetSensorType();

  

  procedure UnregisterListenerSensor();

  

  function GetGravityEarth;

  

  function GetAltitude();

  

  function GetSensorPower();

  

  function GetSensorResolution();

  

  procedure GenEvent_OnChangedSensor();

  

  procedure GenEvent_OnListeningSensor();

  

  procedure GenEvent_OnUnregisterListeningSensor();

  

published

  property OnChanged: TOnChangedSensor; [rw]

  

  property OnListening: TOnListeningSensor; [rw]

  

  property OnUnListening: TOnUnListeningSensor; [rw]

  

end;

Inheritance

jSensorManager

  

|

jControl

  

|

TObject



CT Web help

CodeTyphon Studio