-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.Channel.PollWriteable
Andrew Lambert edited this page Nov 26, 2022
·
5 revisions
Function PollWriteable(Timeout As Integer = 1000) As Boolean
Name | Type | Comment |
---|---|---|
Timeout |
Integer | Optional. The length of time to wait for activity, in milliseconds. |
Returns True if data can be written to the stream without blocking.
Polls the channel for writeability.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.