-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.Channel.ReadBuffer
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
Function ReadBuffer(Count As Integer, StreamID As Integer) As MemoryBlock
Name | Type | Comment |
---|---|---|
Count |
Integer | The number of bytes to read. |
StreamID |
Integer | The stream to read from. |
Returns a MemoryBlock containing the data that was read.
This method is the same as Read() except it returns a MemoryBlock instead of a String.
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.