pub const SOS: ControlFunction<'_>;
Expand description
Start of String.
SOS
is used as the opening delimiter of a control string. The character string following may consist of any bit
combination, 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.