|
libimobiledevice
1.4.0
API Documentation - Return to Homepage
|
◆ idevice_get_device_version()
Returns the device ProductVersion in numerical form, where "X.Y.Z" will be returned as (X << 16) | (Y << 8) | Z . Use IDEVICE_DEVICE_VERSION macro for easy version comparison.
|