SSHChannelData Event
Fired when the SSHHost sends channel data to the client.
Object Oriented Interface
public function fireSSHChannelData($param);
Procedural Interface
ipworksssh_sshreversetunnel_register_callback($res, 6, array($this, 'fireSSHChannelData'));
Parameter List
'channelid'
'channeldata'
Remarks
The SSHChannelData event will fire as data is received for the given ChannelId. ChannelData will contain the decrypted contents of the SSH packet.