LIBUSB_TRANSFER_COMPLETED constant

int const LIBUSB_TRANSFER_COMPLETED

Transfer completed without error. Note that this does not indicate that the entire amount of requested data was transferred.

Implementation

static const int LIBUSB_TRANSFER_COMPLETED = 0;