At 2:41 PM -0700 1999/05/12, Daniel McCarty wrote:
>Maik Boenig wrote:
>>
>> Hello,
>>
>> does anybody know a way to switch the pilot off
>> (in a application) other than using the internal
>> function SysSleep() ?
>
> Yes, HwrSleep(). ;-)
HwrSleep and SysSleep are system-use-only functions and should NOT be called directly
by your application. Doing so may cause unpredictable behavior with licensee devices,
requiring a soft reset to cure.
The correct method of requesting a device enter sleep mode is as follows:
EvtEnqueueKey(hardPowerChr, 0, commandKeyMask);
Regards,
Jim Schram
3Com/Palm Computing
Partner Engineering