IPWorks SSH 2020 Python Edition

Questions / Feedback?

client_single_line_mode Property

This property shows the special mode for line-oriented protocols.

Syntax

def get_client_single_line_mode(client_id: int) -> bool: ...
def set_client_single_line_mode(client_id: int, value: bool) -> None: ...

Default Value

FALSE

Remarks

This property shows the special mode for line-oriented protocols. When single_line_mode is True, the class treats the incoming data stream as lines separated by CRLF, CR, or LF. The eol property is ignored.

The client_id parameter specifies the index of the item in the array. The size of the array is controlled by the client_count property.

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