Tizen Native API
5.5
|
Data control is a standard mechanism for exchanging specific data between applications.
#include <data_control.h>
All applications can request data shared by other applications using data control. However, only service applications can provide their own data. There are 2 types of data controls:
Typedefs | |
typedef struct data_control_bulk_data_s * | data_control_bulk_data_h |
The bulk data handle. | |
typedef struct data_control_bulk_result_data_s * | data_control_bulk_result_data_h |
The bulk result data handle. | |
typedef struct data_control_s * | data_control_h |
The structure type for the provider handle. |
typedef struct data_control_bulk_data_s* data_control_bulk_data_h |
The bulk data handle.
typedef struct data_control_bulk_result_data_s* data_control_bulk_result_data_h |
The bulk result data handle.
typedef struct data_control_s* data_control_h |
The structure type for the provider handle.
Enumeration for the various data changed notification types.
enum data_control_error_e |
Enumeration for the various error codes an API can return.
Enumeration for different types of columns in a SQL table.