OscToken(Int32, String, String?) Constructor

Definition

Assembly XenoAtom.Ansi.dll

Represents an OSC (Operating System Command) sequence of the form ESC ] code ; data ST (or BEL-terminated).

public OscToken(int Code, string Data, [Nullable((byte)2)] string? Raw = null)

Parameters

Code
Int32

The numeric OSC code.

Data
String

The raw data portion after the first ;.

Raw
String

Optional raw sequence as encountered.

Remarks

OSC is used for terminal "out-of-band" features. A common example is OSC 8 hyperlinks.