Using IOKit (OS X 10.10.3) how do I go about obtaining the mount point for
a USB device?

A USB device I'm using is mounted as /dev/tty.usbmodemXXXXXXXX, where the
XXX's vary every time.

I can successfully obtain the location ID for the device interface using
the VID & PID:

  kreturn = (*theDeviceInterface)->GetLocationID( theDeviceInterface,
&locationID );

But how do I obtain the mount point string? I need to return it so that I
can do an fopen on it.

-Carl


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Usb mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/usb/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to