Gets the last matched prompt (set when the end of command response has been reached).
            Only works in prompt-based mode.
            
    Namespace: 
   Rebex.TerminalEmulation
    Assembly:
   Rebex.Terminal (in Rebex.Terminal.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public ReadOnly Property LastMatchedPrompt As String Get | 
| C# | 
|---|
| public string LastMatchedPrompt { get; } | 
 
     
     
     
     
    