TerminalControlProtocol
Parses and formats lightweight terminal control messages transported over text channels.
- Kind:
Class - Namespace: Repl.Terminal
- Assembly:
Repl.Core - Source: src/Repl.Core/Terminal/TerminalControlProtocol.cs
Signature
Section titled “Signature”public static class TerminalControlProtocolInheritance
Section titled “Inheritance”Methods
Section titled “Methods”TryParse(string?, out TerminalControlMessage)
Section titled “TryParse(string?, out TerminalControlMessage)”Tries to parse a raw input payload into a structured terminal control message.
public static bool TryParse(string? text, out TerminalControlMessage message)Parameters
Section titled “Parameters”text(string)message(TerminalControlMessage)
Returns
Section titled “Returns”Fields
Section titled “Fields”Prefix
Section titled “Prefix”Prefix reserved for control messages.
public const string Prefix = "@@repl:"