ultrah / jMTPe

Extended version of JMTP that adds the ability to copy files from the device to the host
GNU General Public License v3.0
6 stars 12 forks source link

Is there a PortableDevice.IsOpen() or similar #3

Open rXp opened 6 years ago

rXp commented 6 years ago

This project is great and works fine, thank you for that :)

There is a detail I would like to know about it. Maybe I am using it wrong but is there a way to know if a device is already open except by catching the RuntimeException DeviceAlreadyOpenedException ?

Thanks for the great work,

rXp