libdc1394 2.2.7
|
#include <dc1394/juju/firewire-cdev.h>
struct fw_cdev_event_response - Sent when a response packet was received @closure: See &fw_cdev_event_common; set by FW_CDEV_IOC_SEND_REQUEST ioctl @type: See &fw_cdev_event_common; always FW_CDEV_EVENT_RESPONSE @rcode: Response code returned by the remote node @length: Data length, i.e. the response's payload size in bytes @data: Payload data, if any
This event is sent when the stack receives a response to an outgoing request sent by FW_CDEV_IOC_SEND_REQUEST ioctl. The payload data for responses carrying data (read and lock responses) follows immediately and can be accessed through the @data field.