DtrControl (Enums)
Last changed: tonedef-216.207.3.197

.
Summary
TODO - a short description

C# Definition:

public enum DtrControl : int

{

    Disable = 0,
    Enable = 1,
    Handshake = 2

};

VB Definition:

Enum DtrControl
   TODO
End Enum

Notes:

None.

Documentation
DtrControl on MSDN