BytesSent Property
The number of bytes actually sent after a sending channel data.
Object Oriented Interface
public function getBytesSent($sshchannelid);
Procedural Interface
ipworksssh_sshdaemon_get($res, 2 , $sshchannelid);
Default Value
0
Remarks
The number of bytes actually sent after a sending channel data.
The size of the array is controlled by the SSHChannelCount property.
This property is read-only and not available at design time.
Data Type
Long