libimobiledevice-win32 / imobiledevice-net

.NET (C#, VB.NET,...) bindings for libimobiledevice
GNU Lesser General Public License v2.1
297 stars 77 forks source link

getting list of devices in recovery mode? #190

Open WHots opened 3 years ago

WHots commented 3 years ago

var ret = idevice.idevice_get_device_list(out udids, ref count); gives list of devices in normal mode ... what would be an equivalent of getting devices in recovery mode ?