Serial ReadBytes Method Fling OS
Reads the specified number of bytes from the pipe.

Namespace: Kernel.Debug.Debugger
Assembly: Kernel.Debug.Debugger (in Kernel.Debug.Debugger.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax

public byte[] ReadBytes(
	int numToRead
)

Return Value

Type:  Byte 
The bytes read.
See Also