FWFirmwarePackageFormatFirmware Property |
Gets or sets the the firmware data.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public byte[][] Firmware { get; set; }
Public Property Firmware As Byte()()
Get
Set
public:
property array<array<unsigned char>^>^ Firmware {
array<array<unsigned char>^>^ get ();
void set (array<array<unsigned char>^>^ value);
}
member Firmware : byte[][] with get, set
Property Value
Type:
ByteSee Also