WaitForOption Enumeration
In This Topic
Syntax
<System.FlagsAttribute()>
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("56A7ED4F-AC6C-445b-ADFB-309B14367EE2")>
Public Enum WaitForOption
Inherits System.Enum
Members
Member | Description |
AllowKeystrokes | Allows keystrokes while a wait is in progress. |
HexData | Portions of the specified string that follow a backslash are interpreted using either hexadecimal code or C-language character conventions. |
NoDisplay | Does not display incoming text while wait is in progress. |
None | No options. |
NoTranslation | The specified string contains binary data which should match exactly what the host receives with no host-to-PC character conversion. |
See Also