SOS top-level constant
String
const SOS
Start Of String.
SOS is used as the opening delimiter of a control string. The character string following may consist of any bytes, except those representing SOS or STRING TERMINATOR (ST). The control string is closed by the terminating delimiter STRING TERMINATOR (ST). The interpretation of the character string depends on the application.
Implementation
const String SOS = '${ESC}X';