SSH.Channel.DataAvailable - charonn0/RB-libssh2 GitHub Wiki
SSH.Channel.DataAvailable
Event signature
Event Sub DataAvailable(ExtendedStream As Boolean)
Parameters
| Name | Type | Comment |
|---|---|---|
ExtendedStream |
Boolean | If False then the data is coming from stdout. If True then the data is coming from stderr. |
Remarks
This event is raised by Channel.PollReadable if data can be read from the stream without blocking.