|
HbbTv
17.9.0
Open source HBBTV engine
|
Private data object. More...
#include <string.h>#include "techtype.h"#include "hbbtv_js.h"#include "hbbtv_sif_os.h"#include "object.h"#include "key_set.h"#include "app.h"#include "channel_config.h"#include "channel_list.h"#include "debug.h"#include "hbbtv_control.h"#include "hbbtv.h"Functions | |
| void * | HBBTV_JSAppPrivateData_getKeyset (void *obj) |
| readonly Keyset keyset, Section 7.2.4.1 More... | |
| S32BIT | HBBTV_JSAppPrivateData_getFreeMem (void *obj) |
| Integer getFreeMem(), Section 7.2.4.2. More... | |
| void * | HBBTV_JSAppPrivateData_getCurrentChannel (void *obj) |
| Channel getCurrentChannel(), TS102796, Annex A.2.2. More... | |
| void * | HBBTV_AppPrivateDataCreate (void *parent_application) |
Variables | |
| void * | JS_APP_PRIVATE_DATA_CLASS = &s_vtab |
Private data object.
| void* HBBTV_JSAppPrivateData_getCurrentChannel | ( | void * | obj | ) |
Channel getCurrentChannel(), TS102796, Annex A.2.2.
| S32BIT HBBTV_JSAppPrivateData_getFreeMem | ( | void * | obj | ) |
Integer getFreeMem(), Section 7.2.4.2.
| void* HBBTV_JSAppPrivateData_getKeyset | ( | void * | obj | ) |
readonly Keyset keyset, Section 7.2.4.1
1.8.6