SSHChannelReadyToSend Event
Fired when the component is ready to send data.
Object Oriented Interface
public function fireSSHChannelReadyToSend($param);
Procedural Interface
ipworksssh_sshreversetunnel_register_callback($res, 10, array($this, 'fireSSHChannelReadyToSend'));
Parameter List
'channelid'
Remarks
When Timeout is set to 0 (asynchronous) this event is used signal that the specified channel is ready to accept data for sending.
When Timeout is set to 0 (asynchronous) this event is used signal that the specified channel is ready to accept data for sending.