Previous PageTable Of ContentsIndexNext Page



8 ACU Message Primitives

8.1 Introduction

This chapter describes the types and contents of the messages interchanged between the ACU and the application program.

To send a message to the ACU, the application specifies the message primitive in the ISDN_MESSAGE structure passed to isdnSendMessage, as described in Section 0. Events received from the ACU contain message primitives, as described in Section 3.6.

8.1.1 About Macros

In the messages, most fields are accessible through macros, rather than directly. This is because the fields do not correspond to actual C language structure fields, and need some simple addressing computation to be reached. These macros are defined in isdnacu.h.

The following code fragment shows how to use macros to assign values to fields in an ACU message structure:

8.1.2 ACU Message Structure Summary

The following is a summary of supported ACU messages:


Natural MicroSystems, Inc.
100 Crossing Boulevard
Framingham, MA 01702

Contact Developer Support

Previous PageTable Of ContentsIndexNext Page