0.3.0
Pre-release
Pre-release
Additions
- Added the
deviceWithSerialNumber:
to JMUSBDeviceManager to obtain aJMUSBDevice
for a given serial number if the device is attached to the system. - Added more unit tests
- Added documentation for
JMUSBMuxDecoder
andJMUSBMuxEncoder
- Added a state property for
JMUSBDeviceManager
Changes
- All internal socket code has been refactored and separated in
JMSocket
,JMHostSocket
,JMPathSocket
,JMNativeSocket
, andJMSocketConnection
for reuse - All
stop
anddisconnect
methods return the valueYES
from now on