EasyManuals Logo
Home>Unitech>PDA>PA600

Unitech PA600 Programming Manual

Unitech PA600
41 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #33 background imageLoading...
Page #33 background image
-
6.2.5. Check Trigger key is pressing
Function Description:
This function is used to check if left or right trigger key is pressed or not.
Function call:
BOOL TriggerKeyStatus( int key);
Parameter(Input)
key: int: LEFT_TRIGGER_KEY : left trigger key
RIGHT_TRIGGER_KEY : right trigger key.
Return code:
TRUE = trigger is pressed.
FALSE = trigger is released.
Example:
#define kKeybdTriggerEventName TEXT("KeybdTriggerChangeEvent")
#define kKeybdAlphaKeyEventName TEXT("KBDAlphaKeyChangeEvent")
#define LEFT_TRIGGER_KEY 1
#define RIGHT_TRIGGER_KEY 2
gKeyEvents[0] = CreateEvent(NULL, TRUE, FALSE, kKeybdTriggerEventName);
gKeyEvents[1] = CreateEvent(NULL, TRUE, FALSE, kKeybdAlphaKeyEventName);
while (1)
{
WaitForMultipleObjects(2, gKeyEvents, FALSE, INFINITE);
TriggerKeyStatus(LEFT_TRIGGER_KEY);
TriggerKeyStatus(RIGHT_TRIGGER_KEY);
}
6.3. LED related function
Function Description:
There are two LEDs above the screen of PA600, red and green LEDs. Only
the green LED can be controlled by programmer.
Function call:
void GoodReadLEDOn(BOOL fON)
Parameter(Input)
fON: BOOL: TRUE = turn on LED.
FALSE = turn off green LED.

Table of Contents

Other manuals for Unitech PA600

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Unitech PA600 and is the answer not in the manual?

Unitech PA600 Specifications

System Memory IconSystem Memory
SDRAM memory64 MB
Flash ROM128 MB
Flash ROM with WWAN320 MB
Display IconDisplay
display resolution240x320 QVGA
display typeColor Transflective TFT
touch screenYes
Power IconPower
main battery3.7V 1950mAh Li-Ion Battery Pack
backup batteryOne Rechargeable Ni-MH Backup Battery
power sourceMain Battery
Operating Environment IconOperating Environment
operating temperature32ºF to 122ºF (0ºC to 50ºC)
storage temperature-4ºF to 140ºF (-20ºC to 60ºC)
relative humidity5% ~ 95% (non-condensing)
Weight and Dimensions IconWeight and Dimensions
weight290g with Battery & Scan Engine
length149.5 mm
height26.6 mm

Related product manuals