(Page 2 of 57 in this chapter) Version
acu_address
Description
- This structure specifies substructures that contain the full address and subaddress 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 invoke fields within the acu_party_num and acu_party_subaddress substructures indicate whether the substructures contain information or not. At least one of these substructures must be invoked.
Structure
struct acu_address
{
uchar invoke; /* ON/OFF, indicates presence/ */
pad7 /* absence of address */
struct acu_party_num num; /* Number portion of address */
struct acu_party_subaddress sub; /* Subaddress portion of address*/
};
(Page 2 of 57 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.