Raw byte buffer of the bootloader device data
Namespace:
VideoRay.DeviceAssembly: vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public byte[] buffer { get; set; } |
Visual Basic (Declaration) |
---|
Public Property buffer As Byte() |
Visual C++ |
---|
public: property array<unsigned char>^ buffer { array<unsigned char>^ get (); void set (array<unsigned char>^ value); } |