[This is preliminary documentation and is subject to change.]

Reads a block of bytes.

Namespace:  ChipworkX.Hardware
Assembly:  ChipworkX (in ChipworkX.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

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

Parameters

buffer
Type: array< System..::.Byte >[]()[]
Buffer.
offset
Type: System..::.Int32
Offset.
count
Type: System..::.Int32
Count.

See Also