-
Notifications
You must be signed in to change notification settings - Fork 0
Method: read
DadiBit edited this page Jul 15, 2022
·
1 revision
Reads the current entry and moves to the next one (with fread()).
kuli_t kuli_t read(kuli_t k, kuli_entry_t *dst, uint32_t n);
-
kuli_t kthe kuli interface -
kuli_entry_t *dstthe destination pointer where entry size and data should be stored -
uint32_t nthe maximum number of data bytes that should be read (eg:dst->databuffer size)
The kuli_t interface passed as argument.