getReaderSettings
Return
The current ReaderSettings
See also
Retrieves the current settings from the connected reader.
Example usage:
try {
val settings = terminal.getReaderSettings()
// Handle successful settings retrieval
} catch (e: TerminalException) {
// Handle settings retrieval failure
}Content copied to clipboard
Throws
if the retrieval operation fails