public enum DtrControl : int
{
Disable = 0, Enable = 1, Handshake = 2
};
Enum DtrControl TODO End Enum
None.