libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ mobile_image_mounter_query_developer_mode_status()

LIBIMOBILEDEVICE_API mobile_image_mounter_error_t mobile_image_mounter_query_developer_mode_status ( mobile_image_mounter_client_t  client,
plist_t *  result 
)

Query the developer mode status of the given device.

Parameters
clientThe connected mobile_image_mounter client.
resultA pointer to a plist_t that will be set to the resulting developer mode status dictionary.
Returns
MOBILE_IMAGE_MOUNTER_E_SUCCESS on success, or a MOBILE_IMAGE_MOUNTER_E_* error code on error.