PrimoBurner for .NET  5.0
CD, DVD and Blu-ray Software Development Kit
Loading...
Searching...
No Matches
DeviceReadEventArgs Class Reference

Provides data for the Device.OnRead event. More...

Inherits EventArgs.

Properties

Int32 Blocks [get, set]
 Number of blocks read with the last read cycle.
 
Int32 CurrentLba [get, set]
 The logical block address after the last read cycle.
 
Int32 EndLba [get, set]
 The logical block address of the last block that will be read.
 
Int32 StartLba [get, set]
 The logical block address from which the reading started.
 

Detailed Description

Provides data for the Device.OnRead event.

A Device.OnRead event is raised to report the progress of long read operations.

See also
Device.OnRead