IPWorks SSH 2020 JavaScript Edition

Questions / Feedback?

ReadyToSend Property

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

Syntax

sshdaemon.getReadyToSend(index): boolean

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 SSHChannelReadyToSend 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 SSHChannelReadyToSend and ReadyToSend do not need to be monitored.

The size of the array is controlled by the SSHChannelCount property.

This property is read-only and not available at design time.

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