[Missing <summary> documentation for "M:TMD.Connection.TelnetStream.Write(System.Byte[],System.Int32,System.Int32)"]

Namespace: TMD.Connection
Assembly: Driver (in Driver.exe) Version: 1.0.0.0

Syntax

C#
public override void Write(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer
Type: array<System..::..Byte>[]()[][]

[Missing <param name="buffer"/> documentation for "M:TMD.Connection.TelnetStream.Write(System.Byte[],System.Int32,System.Int32)"]

offset
Type: System..::..Int32

[Missing <param name="offset"/> documentation for "M:TMD.Connection.TelnetStream.Write(System.Byte[],System.Int32,System.Int32)"]

count
Type: System..::..Int32

[Missing <param name="count"/> documentation for "M:TMD.Connection.TelnetStream.Write(System.Byte[],System.Int32,System.Int32)"]

See Also