libdc1394 2.2.7
fw_cdev_send_response Struct Reference

#include <dc1394/juju/firewire-cdev.h>

Detailed Description

struct fw_cdev_send_response - Send an asynchronous response packet @rcode: Response code as determined by the userspace handler @length: Length of outgoing payload, in bytes @data: Userspace pointer to payload @handle: The handle from the &fw_cdev_event_request

Send a response to an incoming request. By setting up an address range using the FW_CDEV_IOC_ALLOCATE ioctl, userspace can listen for incoming requests. An incoming request will generate an FW_CDEV_EVENT_REQUEST, and userspace must send a reply using this ioctl. The event has a handle to the kernel-side pending transaction, which should be used with this ioctl.


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