|
Tizen HAL API
1.0
|
The Ir provides functions to control a IR transmitter.
#include <hal-device-ir.h>
The Ir provides the way to get the information whether IR is available and transmit IR command.
The Ir functions provide ir information including:
For more information on the Ir features and the macros, see HAL Ir programming guides and tutorials.
Typedefs | |
| typedef struct _hal_backend_device_ir_funcs | hal_backend_device_ir_funcs |
| Structure for Ir functions. | |
| struct _hal_backend_device_ir_funcs |
Structure for Ir functions.
Data Fields | |
| int(* | is_available )(bool *available) |
| int(* | transmit )(int *frequency_pattern, int size) |
| int(* _hal_backend_device_ir_funcs::is_available)(bool *available) |
Check if IR is available
| int(* _hal_backend_device_ir_funcs::transmit)(int *frequency_pattern, int size) |
Transmit IR command
| typedef struct _hal_backend_device_ir_funcs hal_backend_device_ir_funcs |
Structure for Ir functions.