WaitForOption Enumeration
In This Topic
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