Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
| Visual Basic |
|---|
<ObsoleteAttribute("SendToServer has been deprecated. Please use Scripting.Send instead.", _ False)> _ Sub SendToServer ( _ data As Byte(), _ offset As Integer, _ count As Integer _ ) |
| C# |
|---|
[ObsoleteAttribute("SendToServer has been deprecated. Please use Scripting.Send instead.", false)] void SendToServer( byte[] data, int offset, int count ) |
Parameters
- data
- Type: array<System..::..Byte>[]()[][]
- offset
- Type: System..::..Int32
- count
- Type: System..::..Int32