SOH top-level constant
String
const SOH
Start Of Heading.
SOH is used to indicate the beginning of a heading.
The use of SOH is defined in ISO 1745.
Implementation
const String SOH = '\x01';