transparent Property

When True, Telnet command processing is disabled.

Syntax

def get_transparent() -> bool: ...
def set_transparent(value: bool) -> None: ...

transparent = property(get_transparent, set_transparent)

Default Value

FALSE

Remarks

The transparent property allows you to enable or disable Telnet command processing. When command processing is disabled, any data received is provided with no modifications.

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