Class AnsiEscapeSequence
Describes an Ansi escape sequence. This is a 'blueprint'. If you want to send the sequence you should instead use AnsiEscapeSequenceRequest
public class AnsiEscapeSequence
- Inheritance
-
AnsiEscapeSequence
- Derived
- Inherited Members
Properties
- Request
Request to send e.g. see
EscSeqUtils.CSI_SendDeviceAttributes.Request
- Terminator
The terminator that uniquely identifies the type of response as responded by the console. e.g. for
the terminator isEscSeqUtils.CSI_SendDeviceAttributes.Request .EscSeqUtils.CSI_SendDeviceAttributes.Terminator After sending a request, the first response with matching terminator will be matched to the oldest outstanding request.
- Value
The value expected in the response e.g.
which will have a 't' as terminator but also other different request may return the same terminator with a different value.EscSeqUtils.CSI_ReportTerminalSizeInChars.Value