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