Previous Book Contents Book Index Next

Inside Macintosh: Telephony /
Chapter 5 - Telephone Manager Messages / Telephone Manager Message Reference
Constants


Directory Number Selection States

The telDNSelectedMsg message (page 5-14) can return either of the following constants to indicate whether a directory number is selected.

enum {
   telDNDeselected         = 0,
   telDNSelected           = 1
};
Constant descriptions

telDNDeselected
The directory number has been deselected.
telDNSelected
The directory number has been selected.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 DEC 1996