Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

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!

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions