Read Method
Summary
Reads the image data from the device.
Syntax
public abstract int Read(
byte[] data,
int offset
)
Parameters
data
Data buffer to store the image data in.
offset
The data buffer offset.
Return Value
The number of bytes placed in the data buffer.