PrimoBurner for .NET  4.6
CD, DVD and Blu-ray Software Development Kit
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
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. More...
 
Int32 CurrentLba [get, set]
 The logical block address after the last read cycle. More...
 
Int32 EndLba [get, set]
 The logical block address of the last block that will be read. More...
 
Int32 StartLba [get, set]
 The logical block address from which the reading started. More...
 

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

Property Documentation

Int32 Blocks
getset

Number of blocks read with the last read cycle.

Int32 CurrentLba
getset

The logical block address after the last read cycle.

Int32 EndLba
getset

The logical block address of the last block that will be read.

Int32 StartLba
getset

The logical block address from which the reading started.