-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.SCPStream.WriteBuffer
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
Sub WriteBuffer(Data As MemoryBlock, StreamID As Integer)
Name | Type | Comment |
---|---|---|
Data |
MemoryBlock |
The data to write to the channel. |
StreamID |
Integer | The stream to write to. |
This method is the same as Write() except it takes a MemoryBlock
instead of a String
. This allows us to point to the Data
directly instead of copying it.
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.