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
Syntaxpublic 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