![]() |
HBBTV
22.11.0
|
Keyset object. More...
#include <string.h>#include "techtype.h"#include "hbbtv.h"#include "hbbtv_js.h"#include "hbbtv_sif_os.h"#include "object.h"#include "debug.h"#include "key_set.h"Classes | |
| struct | S_KEY_SET |
Functions | |
| S32BIT | HBBTV_JSKeySet_getValue (void *obj) |
| readonly Integer value, Section 7.2.5.2 More... | |
| S32BIT | HBBTV_JSKeySet_getMaximumValue (void *obj) |
| readonly Integer maximumValue, Section 7.2.5.2 More... | |
| S32BIT | HBBTV_JSKeySet_setValue (void *obj, S32BIT value) |
| Integer setValue( Integer value, Integer otherKeys[] ), Section 7.2.5.3. More... | |
| U32BIT | HBBTV_JSKeySet_getOtherKeys (void *obj, U32BIT **other_keys) |
| readonly Integer otherKeys[]. More... | |
| U32BIT | HBBTV_KeySet_getOtherKeys (U32BIT **other_keys) |
Variables | |
| void * | JS_KEY_SET_CLASS = &s_vtab |
Keyset object.
| S32BIT HBBTV_JSKeySet_getMaximumValue | ( | void * | obj | ) |
readonly Integer maximumValue, Section 7.2.5.2
| U32BIT HBBTV_JSKeySet_getOtherKeys | ( | void * | obj, |
| U32BIT ** | other_keys | ||
| ) |
readonly Integer otherKeys[].
| obj | Keyset object |
| other_keys | Pointer to an array containing the keys mapped to the OTHER mask |
| S32BIT HBBTV_JSKeySet_getValue | ( | void * | obj | ) |
readonly Integer value, Section 7.2.5.2
| S32BIT HBBTV_JSKeySet_setValue | ( | void * | obj, |
| S32BIT | value | ||
| ) |
Integer setValue( Integer value, Integer otherKeys[] ), Section 7.2.5.3.
1.8.11