|
wiiuse
|
Data read request structure. More...
#include <wiiuse.h>

Public Attributes | |
| wiiuse_read_cb | cb |
| read data callback | |
| byte * | buf |
| buffer where read data is written | |
| uint32_t | addr |
| the offset that the read started at | |
| uint16_t | size |
| the length of the data read | |
| uint16_t | wait |
| num bytes still needed to finish read | |
| byte | dirty |
| set to 1 if not using callback and needs to be cleaned up | |
| struct read_req_t * | next |
| next read request in the queue | |
Data read request structure.
1.8.13