first commit
This commit is contained in:
15
ChamChat/Models/FlowControl.cs
Normal file
15
ChamChat/Models/FlowControl.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace ChamChat.Models
|
||||
{
|
||||
public enum FlowControl
|
||||
{
|
||||
FT_FLOW_NONE = 0,
|
||||
FT_FLOW_RTS_CTS = 256,
|
||||
FT_FLOW_DTR_DSR = 512,
|
||||
FT_FLOW_XON_XOFF = 1024
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user