nRF Connect SDK API 2.8.99
|
int suit_dfu_fetch_source_seek | ( | uint32_t | session_id, |
size_t | offset ) |
Move the internal write pointer inside the SUIT processor to the given offset.
This function shall only be called from inside a suit_dfu_fetch_source_request_fn callback.
[in] | session_id | Session id, the same which was passed to the session_id parameter of the suit_dfu_fetch_source_request_fn callback. |
[in] | offset | The offset to which the write pointer shall be used. |