SSHChannelReadyToSend Event
Fired when the component is ready to send data.
Syntax
virtual int FireSSHChannelReadyToSend(SSHDaemonSSHChannelReadyToSendEventParams *e);
typedef struct {
int ConnectionId;
int ChannelId;
int reserved;
} SSHDaemonSSHChannelReadyToSendEventParams;
Remarks
When DefaultTimeout is set to 0 (asynchronous) this event is used signal that the specified channel is ready to accept data for sending.