Class AnsiEscapeSequenceRequest
Describes an ongoing ANSI request sent to the console. Use ResponseReceived to handle the response when console answers the request.
public class AnsiEscapeSequenceRequest : AnsiEscapeSequence
- Inheritance
-
AnsiEscapeSequenceRequest
- Inherited Members
Properties
- Abandoned
Invoked if the console fails to responds to the ANSI response code
- ResponseReceived
Invoked when the console responds with an ANSI response code that matches the Terminator
Methods
- Send()
Sends the Request to the raw output stream of the current ConsoleDriver. Only call this method from the main UI thread. You should use AnsiRequestScheduler if sending many requests.