Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
<ObsoleteAttribute("SendToServer method has been deprecated. Please use Scripting.Send instead.",  _
	False)> _
Public Sub SendToServer ( _
	data As Byte(), _
	offset As Integer, _
	count As Integer _
)
C#
[ObsoleteAttribute("SendToServer method has been deprecated. Please use Scripting.Send instead.", 
	false)]
public void SendToServer(
	byte[] data,
	int offset,
	int count
)

Parameters

data
Type: array<System..::..Byte>[]()[][]
offset
Type: System..::..Int32
count
Type: System..::..Int32

Implements

ITerminal..::..SendToServer(array<Byte>[]()[][], Int32, Int32)

Version Information

.NET Compact Framework

Obsolete (compiler warning) in 3.9, 3.5

See Also