rebootReader
See also
Reboots the connected reader.
Example usage:
try {
terminal.rebootReader()
// Handle successful reboot
} catch (e: TerminalException) {
// Handle reboot failure
}Content copied to clipboard
Throws
if the reboot operation fails