LIBUSB_TRANSFER_STALL constant

int const LIBUSB_TRANSFER_STALL

For bulk/interrupt endpoints: halt condition detected (endpoint stalled). For control endpoints: control request not supported.

Implementation

static const int LIBUSB_TRANSFER_STALL = 4;