Clarified the API description of NULL data in iso_write_opts_set_system_area()
This commit is contained in:
parent
d9c548dbfc
commit
8ffd3b381b
@ -2198,7 +2198,10 @@ int iso_write_opts_set_fifo_size(IsoWriteOpts *opts, size_t fifo_size);
|
|||||||
* @param opts
|
* @param opts
|
||||||
* The option set to be manipulated.
|
* The option set to be manipulated.
|
||||||
* @param data
|
* @param data
|
||||||
* Either NULL or 32 kB of data. Do not submit less bytes !
|
* Either NULL or 32768 bytes of data. Do not submit less bytes !
|
||||||
|
* NULL means that the possibly imported System Area content of the
|
||||||
|
* possibly imported ISO image is to be re-used unchanged.
|
||||||
|
* Submit 32 KiB of 0-bytes to surely get an empty System Area written.
|
||||||
* @param options
|
* @param options
|
||||||
* Can cause manipulations of submitted data before they get written:
|
* Can cause manipulations of submitted data before they get written:
|
||||||
* bit0= Only with System area type 0 = MBR
|
* bit0= Only with System area type 0 = MBR
|
||||||
@ -2294,7 +2297,7 @@ int iso_write_opts_set_fifo_size(IsoWriteOpts *opts, size_t fifo_size);
|
|||||||
* written.
|
* written.
|
||||||
* @param flag
|
* @param flag
|
||||||
* bit0 = invalidate any attached system area data. Same as data == NULL
|
* bit0 = invalidate any attached system area data. Same as data == NULL
|
||||||
* (This re-activates eventually loaded image System Area data.
|
* (This re-activates possibly loaded image System Area data.
|
||||||
* To erase those, submit 32 kB of zeros without flag bit0.)
|
* To erase those, submit 32 kB of zeros without flag bit0.)
|
||||||
* bit1 = keep data unaltered
|
* bit1 = keep data unaltered
|
||||||
* bit2 = keep options unaltered
|
* bit2 = keep options unaltered
|
||||||
|
Loading…
Reference in New Issue
Block a user