home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.0
/
NeXTSTEP3.0.iso
/
NextDeveloper
/
Headers
/
phonekit
/
phoneError.h
< prev
next >
Wrap
Text File
|
1992-07-13
|
508b
|
21 lines
/*
* ISDN/POTS Project
* Copyright 1991, 1992 NeXT, Inc.
*
* phoneError.h
*
* Errors for NXPhoneCall object.
*/
typedef enum {
NX_NotEndToEndISDN,
NX_BufferOverflow,
NX_TransmitFailure,
NX_NoHardwareAttached,
NX_HardwareFailure,
NX_TemporaryNetworkFailure,
NX_FacilityNotSubscribed, // May indicate bad Service Profile IDentifier
NX_InvalidNumberFormat, // Indicates non-existant area code/prefix
} NXPhoneError;
const char *NXPhoneErrorString (NXPhoneError errval);