26 #ifndef _HBBTV_CONTROL_H 27 #define _HBBTV_CONTROL_H 33 typedef E_HBBTV_ERR (*F_KEY_NOTIFY)(
E_HBBTV_KEY key);
Definition: hbbtv_types.h:159
E_HBBTV_KEY
Key codes.
Definition: hbbtv_types.h:87
BOOLEAN HBBTV_GetEngineInitialised(void)
Returns the initialisation status of the HbbTV engine.
Definition: hbbtv_control.c:917
void HBBTV_GetCurrentChannel(S_HBBTV_DVB_LOCATOR *dvb_locator)
Returns the current channel, passed the HBBTV engine on Start, as a DVB locator.
Definition: hbbtv_control.c:627
Definition of general purpose types.
System Interface, Configuration.
BOOLEAN HBBTV_CheckOptions(U8BIT mask)
Checks whether the features represented by the specified mask are supported by the HBBTV module...
Definition: hbbtv_control.c:171
void HBBTV_SetKeyNotifyFunc(F_KEY_NOTIFY accept, F_KEY_NOTIFY consume)
Internal function to set the 'accept' and 'consume' key function pointers.
Definition: hbbtv_control.c:613