Read Method
Summary
Reads the image data from the device.
Syntax
public abstract int Read(
byte[] data,
int offset
)
Public MustOverride Function Read( _
ByVal data() As Byte, _
ByVal offset As Integer _
) As Integer
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.