|
API Guide Home (Online version only) |
![]() |
Definition in file HsPhoneCallControlTypes.h.
Go to the source code of this file.
| #define isValidPhnConnectStateType | ( | c | ) | ((c >= phnConnectionActive) && (c <= phnConnectionDormant)) |
meaning of feature bits in a GSMSATEventMenuRec
Definition at line 38 of file HsPhoneCallControlTypes.h.
| typedef struct PhnConnectionType* PhnConnectionPtr |
| typedef UInt8 PhnConnectStateType |
Definition at line 37 of file HsPhoneCallControlTypes.h.
| enum _PhnConnectStateType |
Phone connection state
| phnConnectionActive | |
| phnConnectionHeld | |
| phnConnectionDialing | |
| phnConnectionAlerting | |
| phnConnectionIncoming | |
| phnConnectionWaiting | |
| phnConnectionUnknown | |
| phnConnectionDormant |
Definition at line 25 of file HsPhoneCallControlTypes.h.
00026 { 00027 phnConnectionActive, /**< */ 00028 phnConnectionHeld, /**< */ 00029 phnConnectionDialing, /**< */ 00030 phnConnectionAlerting, /**< */ 00031 phnConnectionIncoming, /**< */ 00032 phnConnectionWaiting, /**< */ 00033 phnConnectionUnknown, /**< */ 00034 phnConnectionDormant 00035 } _PhnConnectStateType;
| Top | Palm Developer Network © 2004-2008, Palm, Inc. All rights reserved. Generated on Fri Jun 13 10:07:12 2008 for Palm API Guide |