ETX top-level constant
String
const ETX
End Of Text.
ETX is used to indicate the end of a text.
The use of ETX is defined in ISO 1745.
Implementation
const String ETX = '\x03';
End Of Text.
ETX is used to indicate the end of a text.
The use of ETX is defined in ISO 1745.
const String ETX = '\x03';