|
API Guide Home (Online version only) |
![]() |
00001 /** @ingroup System 00002 * 00003 */ 00004 /** 00005 * @file HsErrors.h 00006 * Errors that are not part of any particular component but can be returned by 00007 * many different system components. 00008 * 00009 * \license 00010 * 00011 * Copyright (c) 2002 Handspring Inc., All Rights Reserved 00012 * 00013 * \author Kiran Prasad 00014 * 00015 * $Id: //device/handheld/dev/sdk/2.2.2/incs/common/system/HsErrors.h#1 $ 00016 * 00017 *****************************************************************************/ 00018 00019 #ifndef __HS_ERRORS_H__ 00020 #define __HS_ERRORS_H__ 00021 00022 00023 #if 0 00024 #pragma mark -------- Radio Errors -------- 00025 #endif 00026 /** 00027 * The radio is currently off and you can not perform the action requested. 00028 **/ 00029 #define hsErrRadioOff (hsOEMRadioErrorClass | 0x01) 00030 00031 /** 00032 * The radio is currently not registered and you can not perform the action 00033 * reuqested. 00034 **/ 00035 #define hsErrRadioNotRegistered (hsOEMRadioErrorClass | 0x02) 00036 00037 /** 00038 * The radio is currently on an active voice call and so your request can not be 00039 * handled. 00040 **/ 00041 #define hsErrVoiceCallActive (hsOEMRadioErrorClass | 0x03) 00042 00043 /** 00044 * For GSM Radio Only, 00045 * Your SIM is not ready to perform this action. This can either mean there is 00046 * no SIM or it is not fully read yet. 00047 **/ 00048 #define hsErrSimNotReady (hsOEMRadioErrorClass | 0x04) 00049 00050 /** 00051 * Your Radio is currently locked and therefore we can perform the action 00052 * requested. 00053 **/ 00054 #define hsErrPhoneLocked (hsOEMRadioErrorClass | 0x05) 00055 00056 /** 00057 * Phone is not activated. 00058 **/ 00059 #define hsErrPhoneNotActivated (hsOEMRadioErrorClass | 0x06) 00060 00061 #endif
| Top | Palm Developer Network © 2004-2008, Palm, Inc. All rights reserved. Generated on Fri Jun 13 10:06:53 2008 for Palm API Guide |