rebootReader

suspend fun Terminal.rebootReader()

See also

Reboots the connected reader.

Example usage:

try {
terminal.rebootReader()
// Handle successful reboot
} catch (e: TerminalException) {
// Handle reboot failure
}

Throws

if the reboot operation fails