libimobiledevice  1.4.0
API Documentation - Return to Homepage

◆ IDEVICE_DEVICE_VERSION

#define IDEVICE_DEVICE_VERSION ( maj,
min,
patch )
Value:
((((maj) & 0xFF) << 16) | (((min) & 0xFF) << 8) | ((patch) & 0xFF))

Helper macro to get a numerical representation of a product version tuple.