Table of Contents

Property Terminator

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Terminator

The terminator that uniquely identifies the type of response as responded by the console. e.g. for EscSeqUtils.CSI_SendDeviceAttributes.Request the terminator is EscSeqUtils.CSI_SendDeviceAttributes.Terminator .

After sending a request, the first response with matching terminator will be matched to the oldest outstanding request.

public required string Terminator { get; init; }

Property Value

string