libusb
1.0.27
A cross-platform user library to access USB devices
|
Structure providing the version of the libusb runtime. More...
#include <libusb.h>
Data Fields | |
const uint16_t | major |
Library major version. | |
const uint16_t | minor |
Library minor version. | |
const uint16_t | micro |
Library micro version. | |
const uint16_t | nano |
Library nano version. | |
const char * | rc |
Library release candidate suffix string, e.g. More... | |
const char * | describe |
For ABI compatibility only. | |
Structure providing the version of the libusb runtime.
const char* libusb_version::rc |
Library release candidate suffix string, e.g.
"-rc4".