This structure contains information about the numbers that are dialed from the device or from which a call is received on the device.
- Parameters
-
presentationInd |
- Presentation indicator.
- 0x00 - PRESENTATION_ALLOWED - Allowed presentation
- 0x01 - PRESENTATION_RESTRICTED - Restricted presentation
- 0x02 - PRESENTATION_NUM_UNAVAILABLE - Unavailable presentation
- 0x04 - PRESENTATION_PAYPHONE - Payphone presentation (GSM/UMTS specific)
- 0xFF - Not Available
|
numLen |
- Provides the length of number which follow.
- If zero(0) then no further information exists.
|
remPartyNumber[MAX_CALL_NO_LEN] |
- Array of numbers in ASCII, NULL ending.
|