Hi, at one stage my app has to do nothing but wait for a connected device sending it's two bytes byebye message. Receiving this I've to close the serial port and go to sleep.
I thought it might be a nice thing to set up a handler for this situation using SrmSetWakeupHandler() and let the short handler send myself an event message notifying me to do the main mork. My problem is now the how to. What type should this event have and how do I transport my infos within? I discovered an eType "firstUserEvent = 0x6000" which might be an user custom event but it isn't described anywhere and there's no union for its data structure. Or am I on the completely wrong way? Regards, Christian -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
