TransmitPacingOption Enumeration
In This Topic
The type of flow control to use for transmitting data to the host.
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485EC1")>
<System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(Category="Microsoft.Design",
CheckId="CA1008:EnumsShouldHaveZeroValue",
Scope="",
Target="",
MessageId="",
Justification="")>
Public Enum TransmitPacingOption
Inherits System.Enum
Members
Member | Description |
Hardware | |
None | |
XonXoff | |
See Also