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

DtrControl (Enums)
 
.
Summary
TODO - a short description

C# Definition:

public enum DtrControl : int
{
    /// <summary>
    /// Disables the DTR line when the device is opened and leaves it disabled.
    /// </summary>
    Disable = 0,

    /// <summary>
    /// Enables the DTR line when the device is opened and leaves it on.
    /// </summary>
    Enable = 1,

    /// <summary>
    /// Enables DTR handshaking. If handshaking is enabled, it is an error for the application to adjust the line by
    /// using the EscapeCommFunction function.
    /// </summary>
    Handshake = 2
}

VB Definition:

Public Enum DtrControl As Integer
    Disable = 0
    Enable = 1
    Disable = 0,
    Enable = 1,
    Handshake = 2
End Enum ' DtrControl

Notes:

None.

};

VB Definition:

Enum DtrControl
   TODO
End Enum

Notes:

None.

Documentation
DtrControl on MSDN
 

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