DCS top-level constant
String
const DCS
Device Control String.
DCS is used as the opening delimiter of a control string for device control use. The command string following may consist of bytes in the range 0x08 to 0x0D and 0x20 to 0x7E. The control string is closed by the terminating delimiter STRING TERMINATOR (ST).
The command string represents either one or more commands for the receiving device, or one or more status reports from the sending device. The purpose and the format of the command string are specified by the most recent occurrence of IDENTIFY DEVICE CONTROL STRING (IDCS), if any, or depend on the sending and/or the receiving device.
Implementation
const String DCS = '${ESC}P';