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

Display 모듈에 대한 구조체이다. Display 모듈은 다양한 방식으로 화면을 조절 할 수 있다. More...

#include <DeviceStatus.h>

Collaboration diagram for Display:
Collaboration graph

Data Fields

bool(* Lock )(Display this_gen)
 
bool(* Unlock )(Display this_gen)
 
bool(* Dim )(Display this_gen)
 
int(* getBright )(Display this_gen)
 
bool(* setBright )(Display this_gen, int bright)
 

Detailed Description

Display 모듈에 대한 구조체이다. Display 모듈은 다양한 방식으로 화면을 조절 할 수 있다.

Note
Device Status의 Display 모듈에 대한 구조체이다.
구조체를 사용하기 전에 NewDisplay() 함수를 사용해야 하며 사용이 끝났을 때 DestroyDisplay() 함수를 꼭 사용해야 한다.
See Also
Tizen Native API Document - Display part
Precondition
privilege

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