MtpDevice(UsbDevice) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MtpClient constructor
[Android.Runtime.Register(".ctor", "(Landroid/hardware/usb/UsbDevice;)V", "")]
public MtpDevice (Android.Hardware.Usb.UsbDevice device);
[<Android.Runtime.Register(".ctor", "(Landroid/hardware/usb/UsbDevice;)V", "")>]
new Android.Mtp.MtpDevice : Android.Hardware.Usb.UsbDevice -> Android.Mtp.MtpDevice
Parameters
- device
- UsbDevice
the android.hardware.usb.UsbDevice
for the MTP or PTP device
- Attributes
Remarks
MtpClient constructor
Java documentation for android.mtp.MtpDevice.MtpDevice(android.hardware.usb.UsbDevice)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.