Scripting.SendData Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
SendData(Byte[], Int32, Int32)
Sends raw data to the server.
Declaration
public void SendData(byte[] data, int offset, int count)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | data | Data array to by sent. |
Int32 | offset | Offset of the data in the array. |
Int32 | count | Length of the data in the data array. |