|
Macro
|
· The macros you can use to specify values for the information elements (IEs) in outgoing Q.931 messages. When the structure (and its substructures) containing this data reaches the ISDN protocol stack, the stack rearranges the data into several IEs, builds a complete Q.931 message with the IEs, and sends it to the network.
· A filling order, if necessary. Certain pointer and size macros must be assigned values in sequence, so that the IEs in outgoing messages are ordered correctly. If macros must be filled out in order, they are marked with a "Filling Order" number in the reference table. For example, when creating an ACU_ALERT_RQ message (described on page 110), the application must call the acu_alert_rq_a_uui and acu_alert_rq_uui_size macros before calling the acu_alert_rq_a_ display and acu_alert_rq_display_size macros. For this reason, "Filling Order: 1" appears in the first column with the UUI macros in the reference table. "Filling Order: 2" appears with the display macros.
|