Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Constants, prefix the name with the module name and a period.
LINE_MESSAGES (Constants)
.
Summary
TODO - a short description of this collection of constants
C# Constants:
enum LINEMESSAGES
{
LINE_ADDRESSSTATE = 0,
LINE_CALLINFO = 1,
LINE_CALLSTATE = 2,
LINE_CLOSE = 3,
LINE_DEVSPECIFIC = 4,
LINE_DEVSPECIFICFEATURE = 5,
LINE_GATHERDIGITS = 6,
LINE_GENERATE = 7,
LINE_LINEDEVSTATE = 8,
LINE_MONITORDIGITS = 9,
LINE_MONITORMEDIA = 10,
LINE_MONITORTONE = 11,
LINE_REPLY = 12,
LINE_REQUEST = 13
}
VB Constants:
Enum LINEMESSAGES
LINE_ADDRESSSTATE = 0
LINE_CALLINFO = 1
LINE_CALLSTATE = 2
LINE_CLOSE = 3
LINE_DEVSPECIFIC = 4
LINE_DEVSPECIFICFEATURE = 5
LINE_GATHERDIGITS = 6
LINE_GENERATE = 7
LINE_LINEDEVSTATE = 8
LINE_MONITORDIGITS = 9
LINE_MONITORMEDIA = 10
LINE_MONITORTONE = 11
LINE_REPLY = 12
LINE_REQUEST = 13
End Enum
Notes:
From the TAPI header file. #defines for Line Messages
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!