IPWorks SSH 2020 Python Edition

Questions / Feedback?

ready_to_send Property

This property is True when data can be sent over the SSH Channel.

Syntax

def get_ready_to_send(ssh_channel_id: int) -> bool: ...

Default Value

FALSE

Remarks

This property is True when data can be sent over the SSH Channel.

When timeout is set to 0 (asynchronous) sending data may result in an error if the channel or underlying socket cannot accept more data to send. Monitor onsshchannelreadytosend or readytosend to determine when data can be sent again.

When timeout is set to a positive value the class will block when sending data until the data can be successfully sent and onsshchannelreadytosend and readytosend do not need to be monitored.

The ssh_channel_id parameter specifies the index of the item in the array. The size of the array is controlled by the ssh_channel_count property.

This property is read-only.

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