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

The address to read/write.

Data buffer.

Length of the buffer in bytes.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines