Class DeviceFirmware
Represents a hardware control firmware image which can be uploaded into a Harp device.
public sealed class DeviceFirmware
- Inheritance
-
DeviceFirmware
- Inherited Members
Properties
- Data
Gets the binary representation of the firmware to be installed on the device.
- Metadata
Gets information about the firmware version and supported devices on which it can be installed.
Methods
- FromFile(string)
Creates a DeviceFirmware object from the specified file in Intel HEX format using the default page size.
- FromFile(string, int)
Creates a DeviceFirmware object from the specified file in Intel HEX format and a specified page size.
- FromStream(string, Stream, int)
Creates a DeviceFirmware object extracted from the specified ASCII stream in Intel HEX format, the specified metadata string and page size.