|
API Guide Home (Online version only) |
![]() |
NOTES: All implementations of the Handspring Phone Library support a common API. This API is broken up into various categories for easier management. This file defines the Security category. These API calls are used to interact with the wireless network.
Definition in file HsPhoneSecurityTypes.h.
Include dependency graph for HsPhoneSecurityTypes.h:

Go to the source code of this file.
| #define isValidPhnPasswordType | ( | p | ) | (p <= phnPasswordBarrAC) |
workaround for differing header files in sdk-3.5 and sdk-internal
Definition at line 37 of file HsPhoneSecurityTypes.h.
| typedef UInt8 PhnPasswordType |
Definition at line 84 of file HsPhoneSecurityTypes.h.
| enum PhnPasswordTypeEnum |
Phone password types See GSM 07.07, section 8.3 for a list of passwords. The following list is based on on version 6.2.0 of the recommendation.
It is assumed that all PINs and PUKs below are network-based PINS and PUKs. Function Change() uses a different timeout for such PINs and/or PUKs.
Definition at line 50 of file HsPhoneSecurityTypes.h.
00050 { 00051 phnPasswordUnknown, /**< FAULT or none of the strings below */ 00052 00053 phnPasswordNone, /**< READY */ 00054 phnPasswordSIMPIN, /**< SIM PIN */ 00055 phnPasswordSIMPUK, /**< SIM PUK */ 00056 phnPasswordPhSIMPIN, /**< PH-SIM PIN */ 00057 phnPasswordPh1SIMPIN, /**< PH-FSIM PIN */ 00058 phnPasswordPh1SIMPUK, /**< PH-FSIM PUK */ 00059 phnPasswordSIMPIN2, /**< SIM PIN2 */ 00060 phnPasswordSIMPUK2, /**< SIM PUK2 */ 00061 00062 phnPasswordNetworkPIN, /**< PH-NET PIN */ 00063 phnPasswordNetworkPUK, /**< PH-NET PUK */ 00064 phnPasswordNetworkSubsetPIN, /**< PH-NETSUB PIN */ 00065 phnPasswordNetworkSubsetPUK, /**< PH-NETSUB PUK */ 00066 phnPasswordServiceProviderPIN, /**< PH-SP PIN */ 00067 phnPasswordServiceProviderPUK, /**< PH-SP PUK */ 00068 phnPasswordCorporatePIN, /**< PH-CORP PIN */ 00069 phnPasswordCorporatePUK, /**< PH-CORP PUK */ 00070 00071 // The passwords below are supported by the +CPWD command. See GSM 07.07 00072 // section 7.4 and 7.5 for a list of facility-specific passwords. 00073 00074 phnPasswordBarrAO, /**< all outgoing call */ 00075 phnPasswordBarrOI, /**< outgoing intŐl calls */ 00076 phnPasswordBarrOX, /**< outgoing intŐl calls except to home country */ 00077 phnPasswordBarrAI, /**< all incoming calls */ 00078 phnPasswordBarrIR, /**< incoming calls when roaming outside home country */ 00079 phnPasswordBarrAB, /**< all barring services */ 00080 phnPasswordBarrAG, /**< all outgoing barring services */ 00081 phnPasswordBarrAC /**< all incoming barring services */ 00082 } PhnPasswordTypeEnum;
| Top | Palm Developer Network © 2004-2008, Palm, Inc. All rights reserved. Generated on Fri Jun 13 10:07:25 2008 for Palm API Guide |