read_req_t Struct Reference

Data read request structure. More...

#include

Collaboration diagram for read_req_t:

Collaboration graph
[legend]

Data Fields

wiiuse_read_cb  cb
byte *  buf
unsigned int  addr
unsigned short  size
unsigned short  wait
byte  dirty
struct read_req_t next

Detailed Description

Data read request structure.

Field Documentation

wiiuse_read_cb read_req_t::cb

read data callback

byte* read_req_t::buf

buffer where read data is written

unsigned int read_req_t::addr

the offset that the read started at

unsigned short read_req_t::size

the length of the data read

unsigned short read_req_t::wait

num bytes still needed to finish read

byte read_req_t::dirty

set to 1 if not using callback and needs to be cleaned up

struct read_req_t* read_req_t::next [read]

next read request in the queue


The documentation for this struct was generated from the following file:
Generated on Wed Apr 2 19:30:10 2008 for wiiuse by  doxygen 1.5.4