ETB top-level constant
String
const ETB
End Of Transmission Block.
ETB is used to indicate the end of a block of data where the data are divided into such blocks for transmission purposes.
The use of ETB is defined in ISO 1745.
Implementation
const String ETB = '\x17';