Click or drag to resize

StreamToolsWrite Method (Byte, Int32, Int32, Stream, Int32, Double, Int32)

Namespace:  NetworkCommsDotNet.Tools
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static double Write(
	byte[] sendBuffer,
	int inputStart,
	int bufferLength,
	Stream destinationStream,
	int writeBufferSize,
	double timeoutMSPerKBWrite,
	int minTimeoutMS
)

Parameters

sendBuffer
Type: SystemByte
inputStart
Type: SystemInt32
bufferLength
Type: SystemInt32
destinationStream
Type: System.IOStream
writeBufferSize
Type: SystemInt32
timeoutMSPerKBWrite
Type: SystemDouble
minTimeoutMS
Type: SystemInt32

Return Value

Type: Double
See Also