|
libimobiledevice
1.4.0
API Documentation - Return to Homepage
|
◆ IDEVICE_DEVICE_VERSION
Value:
((((maj) & 0xFF) << 16) | (((min) & 0xFF) << 8) | ((patch) & 0xFF))
Helper macro to get a numerical representation of a product version tuple. |