SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

terminal_protocol Property

The terminal protocol name.

Syntax

def get_terminal_protocol() -> str: ...
def set_terminal_protocol(value: str) -> None: ...

terminal_protocol = property(get_terminal_protocol, set_terminal_protocol)

Default Value

"vt100"

Remarks

The terminal protocol name.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 Python Edition - Version 20.0 [Build 8166]