A request structure used for making batch read/write requests. More...
#include <forensic1394.h>
Data Fields | |
uint64_t | addr |
The address to read/write. | |
size_t | len |
Length of the buffer in bytes. | |
void * | buf |
Data buffer. |
A request structure used for making batch read/write requests.
For use with the batch APIs (suffixed by _v) requests allow forensic1394 to take advantage of the asynchronous capabilities of FireWire stacks in order to improve performance.
uint64_t forensic1394_req::addr |
The address to read/write.
void* forensic1394_req::buf |
Data buffer.
size_t forensic1394_req::len |
Length of the buffer in bytes.