Android.Mtp.MtpDevice Class
This class represents an MTP or PTP device connected on the USB host bus.

See Also: MtpDevice Members

Syntax

[Android.Runtime.Register("android/mtp/MtpDevice", DoNotGenerateAcw=true)]
public sealed class MtpDevice : Java.Lang.Object

Remarks

This class represents an MTP or PTP device connected on the USB host bus. An application can instantiate an object of this type, by referencing an attached Android.Hardware.Usb.UsbDevice and then use methods in this class to get information about the device and objects stored on it, as well as open the connection and transfer data.

[Android Documentation]

Requirements

Namespace: Android.Mtp
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 12