PromptDetectionMode Enum
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 8.0.9673)
Specifies behavior of the DetectPrompt(PromptDetectionMode) method.
Syntax
public enum PromptDetectionMode
Fields
| Name | Description |
|---|---|
| Auto | Detect the prompt by comparing the last two lines on the screen. If the 2nd line is empty, use the 3rd line instead. |
| PreferReceivedData | Detect the prompt by comparing the received data in response to the sent ENTER. After each ENTER is sent, also try to detect prompt using Auto behavior. |