libforensic1394  0.2.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
forensic1394_req Struct Reference

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.
 

Detailed Description

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.

See Also
forensic1394_read_device_v
forensic1394_write_device_v

Field Documentation

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.


The documentation for this struct was generated from the following file: