libimobiledevice  1.3.0
API Documentation - Return to Homepage

◆ idevice_get_device_list_extended()

idevice_error_t idevice_get_device_list_extended ( idevice_info_t **  devices,
int *  count 
)

Get a list of currently available devices.

Parameters
devicesList of idevice_info_t records with device information. This list is terminated by a NULL pointer.
countNumber of devices included in the list.
Returns
IDEVICE_E_SUCCESS on success or an error value when an error occurred.