(Page 7 of 66 in this chapter) Version
acu_party_num
Description
- This structure specifies the presentation indicator, numbering plan, and screen indicator of a party. This structure is referenced in supplementary service data structures.
- The invoke field in this structure indicates whether this information is included or not, in cases where this information is optional. If invoke is ON, the information is present. If invoke is OFF, the information is not present.
- The offset field in this structure is calculated from the beginning of this structure (the address of the invoke field).
Structure
struct acu_party_num
{ uchar invoke; /* ON/OFF, indicates presence/absence */
/* of this information */
uchar presentation_restricted; /* ON indicates presentation is */
/* restricted */
uchar number_plan; /* From SS_NUMBER_PLAN... constants */
uchar screen_ind; /* From SS_SCREEN... constants */
uchar offset; /* Offset from start of this structure*/
/* (address of invoke field) */
uchar len; /* Number of bytes */
pad2
};
(Page 7 of 66 in this chapter) Version
Want to send us feedback on our documentation? Email: Tech_Pubs@nmss.com
Copyright © 2001, Natural MicroSystems, Inc. All rights
reserved.