SSH.Channel.PollWriteable - charonn0/RB-libssh2 GitHub Wiki
SSH.Channel.PollWriteable
Method Signature
Function PollWriteable(Timeout As Integer = 1000) As Boolean
Parameters
| Name | Type | Comment |
|---|---|---|
Timeout |
Integer | Optional. The length of time to wait for activity, in milliseconds. |
Return value
Returns True if data can be written to the stream without blocking.
Remarks
Polls the channel for writeability.