1.2 About This Manual
(Page 3 of 5 in this chapter)
This manual documents how to use the AG Access library, and provides a description of its capabilities and functions. This developer's manual should be used in conjunction with the
AG Access Function Reference Manual
.
1.2.1 Intended Audience
This document is targeted to `C' developers of telephony and voice applications who are either getting started with, or developing with, the AG Access Library. This document defines telephony terms where applicable, but assumes that the reader is somewhat familiar with telephony concepts. It also assumes that the user is familiar with the `C' programming language.
1.2.2 Organization of Material
Chapter 2
provides an overview of the AG Access architecture and some key concepts and terminology.
Chapter 3
,
Chapter 4
,
Chapter 5
and
Chapter 6
discuss details of key AG Access functionality.
Chapter 7
discusses issues pertaining to AG Access application development and
Chapter 8
provides demonstration programs.
1.2.3 Document Conventions
This developer's manual uses the following typographical conventions:
Example
Description
adiOpenPort
Mixed-case bold is used for function names.
agmon
Lower case Helvetica is used for file names, demonstration programs, and utilities.
ADIERR_xxx
Uppercase Helvetica fonts indicate parameter names, error codes, and events.
DspFile
Monospaced font is used for source code and examples.
argument
Bold italics indicate function arguments (referred to as placeholders in function prototypes in the reference manual).
(Page 3 of 5 in this chapter)