Sends raw data to the server.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public Sub SendData ( _ data As Byte(), _ offset As Integer, _ count As Integer _ ) |
C# |
---|
public void SendData( byte[] data, int offset, int count ) |
Parameters
- data
- Type: array<System..::..Byte>[]()[][]
Data array to by sent.
- offset
- Type: System..::..Int32
Offset of the data in the array.
- count
- Type: System..::..Int32
Length of the data in the data array.