NAK top-level constant

String const NAK

NEGATIVE ACKNOWLEDGE.

NAK is transmitted by a receiver as a negative response to the sender.

The use of NAK is defined in ISO 1745.

Implementation

const String NAK = '\x15';