default_single_line_mode Property

Tells the class whether or not to treat new connections as line-oriented.

Syntax

def get_default_single_line_mode() -> bool: ...
def set_default_single_line_mode(value: bool) -> None: ...

default_single_line_mode = property(get_default_single_line_mode, set_default_single_line_mode)

Default Value

FALSE

Remarks

This property instructs the component whether or not to treat newly established connections as line-oriented protocols. If this value is True, newly accepted connections will read the incoming data stream as lines separated by CRLF, CR, or LF, and will ignore the end of lines (EOLs).

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