remotePartyName Struct Reference
Detailed Description
This structure contains information about the names that are dialed from the device or from which a call is received on the device.
- Parameters:
-
| namePI |
- Name presentation indicator.
- 0x00 - PRESENTATION_NAME_PRESENTATION_ALLOWED - Allowed presentation
- 0x01 - PRESENTATION_NAME_PRESENTATION_RESTRICTED - Restricted presentation
- 0x02 - PRESENTATION_NAME_UNAVAILABLE - Unavailable presentation
- 0x03 - PRESENTATION_NAME_NAME_PRESENTATION_RESTRICTED - Restricted name presentation
- 0xFF - Not Available
|
| codingScheme |
|
| nameLen |
- Provides the length of name which follow.
- If zero(0) then no further information exists.
|
| callerName[MAX_DESCRIPTION_LENGTH] |
- Name in ASCII, NULL ending.
|
Field Documentation