John,

I found the 3.0 sdk in the development area.  Sorry
about asking for the header files. I wasn't thinking.

Well, let me ask a little more direct question then. 
I know that from the 3.1 SDK, the SysBatteryKind
includes up to Rechargeable Alkaline, as shown below.

typedef enum {  // from 3.1 SDK
        sysBatteryKindAlkaline=0,
        sysBatteryKindNiCad,
        sysBatteryKindLiIon,
        sysBatteryKindRechAlk,
        sysBatteryKindLast=0xFF
        } SysBatteryKind;

The 3.5 and 4.0 SDKs include more battery kinds as
shown below:

typedef enum {  // from 3.5 and 4.0 SDKs
        sysBatteryKindAlkaline=0,
        sysBatteryKindNiCad,
        sysBatteryKindLiIon,
        sysBatteryKindRechAlk,
        sysBatteryKindNiMH,
        sysBatteryKindLiIon1400,
        sysBatteryKindLast=0xFF
        } SysBatteryKind;

For the Palm OS 3.2 and 3.3 devices, what does the
SysBatteryKind structure look like?

Thanks,

Mike McCollister

--- John Marshall <[EMAIL PROTECTED]> wrote:
> Mike McCollister <[EMAIL PROTECTED]> wrote:
> > I need to look at the SystemMgr.h file from the
> 3.0
> > and 3.3 SDK files.  Does anyone know where I can
> find
> > those?
> 
> Go to http://www.palmos.com/dev/ and type "3.0 sdk"
> into the search box.
> What 3.3 SDK?
> 
> > If anyone has them, could you please send me a
> copy?
> 
> Well, there's this little thing called a licence,
> y'see...
> 
>     John
> 
> -- 
> For information on using the Palm Developer Forums,
> or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to