Home | History | Annotate | Download | only in libusb

Lines Matching full:capability

1692  * Check at runtime if the loaded library has a given capability.
1694 * \param capability the \ref libusb_capability to check for
1695 * \returns 1 if the running library has the capability, 0 otherwise
1697 int API_EXPORTED libusb_has_capability(uint32_t capability)
1699 enum libusb_capability cap = capability;