|
LinuxSDK
V1.4.0.5
|
#include <SwiApiCdmaNetwork.h>
Data Fields | |
| swi_uint32 | sizeStruct |
| SWI_TYPE_CDMA_CallType | eType |
| SWI_TYPE_CallSource | eSource |
| swi_char | szNum [LENGTH_CallNumber+1] |
Contains call connecting notification data structure.
This data structure is used as a member of the notification SWI_NOTIFY_CallConnecting. Refer to the description of SWI_NOTIFY_CallConnecting for more detail.
| SWI_TYPE_CallSource SWI_STRUCT_CallConnecting::eSource |
indicates if the connection was equested by AT command or CnS (API)
| SWI_TYPE_CDMA_CallType SWI_STRUCT_CallConnecting::eType |
Type of call being connected
| swi_uint32 SWI_STRUCT_CallConnecting::sizeStruct |
Size of this structure
| swi_char SWI_STRUCT_CallConnecting::szNum[LENGTH_CallNumber+1] |
standard caller ID of incoming calls (if available from the network). Use SWI_NOTIFY_CallCallerID to determine CallerID prior to connecting.