|
API Guide Home (Online version only) |
![]() |
00001 /****************************************************************************** 00002 * Copyright (c) 2005 palmOne, Inc. or its subsidiaries. 00003 * All rights reserved. 00004 *****************************************************************************/ 00005 /** 00006 *@ingroup System 00007 * 00008 */ 00009 00010 /** 00011 * @file PalmPower.h 00012 * @version 1.0 00013 * 00014 * @brief Battery notification. 00015 * 00016 * This contains the Battery state notification 00017 * Any application can register for the notification to be notified 00018 * when the of the various battery states 00019 * 00020 * 00021 * <hr> 00022 */ 00023 00024 00025 #ifndef __PalmPower_H__ 00026 #define __PalmPower_H__ 00027 00028 00029 00030 /** 00031 * @name Battery state notification 00032 * 00033 */ 00034 /*@{*/ 00035 #define kPwrBatteryStateBroadcaster 'bsbc' /**< Battery notification broadcaster. */ 00036 #define kPwrBatteryStateNotifyEvent 'bsnt' /**< Battery notification notifyType */ 00037 /*@}*/ 00038 00039 #endif // __PalmPower_H__
| Top | Palm Developer Network © 2004-2008, Palm, Inc. All rights reserved. Generated on Fri Jun 13 10:06:54 2008 for Palm API Guide |