libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ lockdownd_get_device_udid()

lockdownd_error_t lockdownd_get_device_udid ( lockdownd_client_t  client,
char **  udid 
)

Returns the unique id of the device from lockdownd.

Parameters
clientAn initialized lockdownd client.
udidHolds the unique id of the device. The caller is responsible for freeing the memory.
Returns
LOCKDOWN_E_SUCCESS on success