SSHChannelReadyToSend Event
Fired when the component is ready to send data.
Syntax
sshdaemon.on('SSHChannelReadyToSend', [callback])
Callback
The 'callback' is called when the 'SSHChannelReadyToSend' event is emited.
function(e){ }
The argument 'e' has the following properties:
e.connectionId e.channelId
Remarks
When DefaultTimeout is set to 0 (asynchronous) this event is used signal that the specified channel is ready to accept data for sending.