libimobiledevice  1.2.0
API Documentation - Return to Homepage

◆ idevice_get_device_list()

idevice_error_t idevice_get_device_list ( char ***  devices,
int *  count 
)

Get a list of currently available devices.

Parameters
devicesList of udids of devices that are currently available. This list is terminated by a NULL pointer.
countNumber of devices found.
Returns
IDEVICE_E_SUCCESS on success or an error value when an error occured.