xbmc
|
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 | |
unsigned int | addr |
the offset that the read started at | |
unsigned short | size |
the length of the data read | |
unsigned short | 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.