D.I.T. ( Do It Tizen! )  1.0.0
Samsung Software Membership
 All Data Structures Files Functions Macros Pages
Data Fields
Proximity Struct Reference

Proximity 모듈에 대한 구조체이다. Proximity 모듈은 Proximity Sensor를 다양한 방식으로 제어할 수 있다. More...

#include <Sensor.h>

Collaboration diagram for Proximity:
Collaboration graph

Data Fields

bool(* addCallback )(Proximity this_gen, sensor_callback sensorCallback, int timeinterval, void *data)
 
bool(* detachCallback )(Proximity this_gen)
 
bool(* On )(Proximity this_gen)
 
bool(* Off )(Proximity this_gen)
 
bool(* isSupported )(Proximity this_gen)
 
Proximity_data(* getValue )(Proximity this_gen)
 

Detailed Description

Proximity 모듈에 대한 구조체이다. Proximity 모듈은 Proximity Sensor를 다양한 방식으로 제어할 수 있다.

Note
Proximity 모듈에 대한 구조체이다.
구조체를 사용하기 전에 NewProximity() 함수를 사용해야 하며 사용이 끝났을 때 DestroyProximity() 함수를 꼭 사용해야 한다.
See Also
Tizen Native API Document - Sensor part
Precondition
feature

The documentation for this struct was generated from the following file: