Data stored in the device data block used by the bootloader This is typically the first 32 bytes of data in the EEPROM

Namespace:  VideoRay.Device
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
[SerializableAttribute]
public class BootloaderDeviceData
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class BootloaderDeviceData
Visual C++
[SerializableAttribute]
public ref class BootloaderDeviceData

Inheritance Hierarchy

System..::.Object
  VideoRay.Device..::.BootloaderDeviceData

See Also