libusb_iso_packet_descriptor

* Isochronous packet descriptor.

extern (C)
struct libusb_iso_packet_descriptor {}

Members

Variables

actual_length
uint actual_length;

Amount of data that was actually transferred

length
uint length;

Length of data to request in this packet

status
libusb_transfer_status status;

Status code for this packet

Meta