Method

FwupdPluginIhexFirmwareget_records

Declaration [src]

GPtrArray*
fu_ihex_firmware_get_records (
  FuIhexFirmware* self
)

Description [src]

Returns the raw lines from tokenization.

This might be useful if the plugin is expecting the hex file to be a list of operations, rather than a simple linear image with filled holes.

Available since:1.3.4

Return value

Returns: An array of None
 

Records.

 The data is owned by the instance.