Functions | |
void | Service_Startup (void) |
libdj defined service routine. More... | |
void | Service_Keypad (int Key) |
void | Service_Touch (int X, int Y) |
Dijinni API: Called when the stylus touches the screen. More... | |
void | Service_Release (int X, int Y) |
Dijinni API: Called when the stylus leaves the sreen. More... | |
void | Service_Drag (int X, int Y) |
Dijinni API: Called when the styles is moved accross the screen. More... | |
void | Service_Ring (void) |
Dijinni API: Called when the phone rings (incoming call). More... | |
void | Service_HUP_LOS (void) |
Dijinni API: Called when a phone connection is lost. More... | |
void | Service_EOT (void) |
Dijinni API: Called when a MP3 playing reaches the end of the track. More... | |
void | Service_Memory_Fault (void) |
Dijinni API: Called when there was a system memory error. More... | |
void | Service_Busy_Signal (void) |
Dijinni API: Called when an attempted phone call was busy. More... | |
void | Service_Answer_Back (void) |
Dijinni API: Called when a phone connection is established. More... | |
void | Service_Low_Battery (void) |
Dijinni API: Called when the battery is low. More... | |
void | Service_Open (void) |
Dijinni API: Called when the device is opened. More... | |
void | Service_Close (void) |
Dijinni API: Called when the device is closed. More... | |
Variables | |
CDijinni | Dijinni |
One instance of our main class. More... | |
CLibDj | libdj |
One instance of the library main class. More... | |
CCore | core |
One instance of the core utils class. More... |
|
Dijinni API: Called when a phone connection is established.
|
|
Dijinni API: Called when an attempted phone call was busy.
|
|
Dijinni API: Called when the device is closed.
|
|
Dijinni API: Called when the styles is moved accross the screen.
|
|
Dijinni API: Called when a MP3 playing reaches the end of the track.
|
|
Dijinni API: Called when a phone connection is lost.
|
|
|
|
Dijinni API: Called when the battery is low.
|
|
Dijinni API: Called when there was a system memory error.
|
|
Dijinni API: Called when the device is opened.
|
|
Dijinni API: Called when the stylus leaves the sreen.
|
|
Dijinni API: Called when the phone rings (incoming call).
|
|
libdj defined service routine. FILE libdj.h
DESCRIPTION dijinni support library |
|
Dijinni API: Called when the stylus touches the screen.
|
|
One instance of the core utils class.
|
|
One instance of our main class. FILE callbacks.cpp
DESCRIPTION Creates instances of the CDijinni and CLibDj classes and connects the dijinni service routines to the CDijinni object model |
|
One instance of the library main class.
|