EOT top-level constant

String const EOT

End Of Transmission.

EOT is used to indicate the conclusion of the transmission of one or more texts.

The use of EOT is defined in ISO 1745.

Implementation

const String EOT = '\x04';