MtpConstants Class
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.
A class containing constants in the MTP and PTP specifications.
[Android.Runtime.Register("android/mtp/MtpConstants", DoNotGenerateAcw=true)]
public sealed class MtpConstants : Java.Lang.Object
[<Android.Runtime.Register("android/mtp/MtpConstants", DoNotGenerateAcw=true)>]
type MtpConstants = class
inherit Object
- Inheritance
- Attributes
Remarks
A class containing constants in the MTP and PTP specifications.
Java documentation for android.mtp.MtpConstants
.
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.
Constructors
MtpConstants() |
Fields
AssociationTypeGenericFolder |
Obsolete.
Association type for objects representing file system directories. |
OperationCloseSession |
Obsolete.
Operation code for CloseSession |
OperationCopyObject |
Obsolete.
Operation code for CopyObject |
OperationDeleteObject |
Obsolete.
Operation code for DeleteObject |
OperationFormatStore |
Obsolete.
Operation code for FormatStore |
OperationGetDeviceInfo |
Obsolete.
Operation code for GetDeviceInfo |
OperationGetDevicePropDesc |
Obsolete.
Operation code for GetDevicePropDesc |
OperationGetDevicePropValue |
Obsolete.
Operation code for GetDevicePropValue |
OperationGetNumObjects |
Obsolete.
Operation code for GetNumObjects |
OperationGetObject |
Obsolete.
Operation code for GetObject |
OperationGetObjectHandles |
Obsolete.
Operation code for GetObjectHandles |
OperationGetObjectInfo |
Obsolete.
Operation code for GetObjectInfo |
OperationGetObjectPropDesc |
Obsolete.
Operation code for GetObjectPropDesc |
OperationGetObjectPropsSupported |
Obsolete.
Operation code for GetObjectPropsSupported |
OperationGetObjectPropValue |
Obsolete.
Operation code for GetObjectPropValue |
OperationGetObjectReferences |
Obsolete.
Operation code for GetObjectReferences |
OperationGetPartialObject |
Obsolete.
Operation code for GetPartialObject |
OperationGetPartialObject64 |
Obsolete.
Operation code for GetPartialObject64 |
OperationGetStorageIDs |
Obsolete.
Operation code for GetStorageIDs |
OperationGetStorageInfo |
Obsolete.
Operation code for GetStorageInfo |
OperationGetThumb |
Obsolete.
Operation code for GetThumb |
OperationInitiateCapture |
Obsolete.
Operation code for InitiateCapture |
OperationInitiateOpenCapture |
Obsolete.
Operation code for InitiateOpenCapture |
OperationMoveObject |
Obsolete.
Operation code for MoveObject |
OperationOpenSession |
Obsolete.
Operation code for OpenSession |
OperationPowerDown |
Obsolete.
Operation code for PowerDown |
OperationResetDevice |
Obsolete.
Operation code for ResetDevice |
OperationResetDevicePropValue |
Obsolete.
Operation code for ResetDevicePropValue |
OperationSelfTest |
Obsolete.
Operation code for SelfTest |
OperationSendObject |
Obsolete.
Operation code for SendObject |
OperationSendObjectInfo |
Obsolete.
Operation code for SendObjectInfo |
OperationSetDevicePropValue |
Obsolete.
Operation code for SetDevicePropValue |
OperationSetObjectPropValue |
Obsolete.
Operation code for SetObjectPropValue |
OperationSetObjectProtection |
Obsolete.
Operation code for SetObjectProtection |
OperationSetObjectReferences |
Obsolete.
Operation code for SetObjectReferences |
OperationSkip |
Obsolete.
Operation code for Skip |
OperationTerminateOpenCapture |
Obsolete.
Operation code for TerminateOpenCapture |
Properties
Class |
Returns the runtime class of this |
Handle |
The handle to the underlying Android instance. (Inherited from Object) |
JniIdentityHashCode | (Inherited from Object) |
JniPeerMembers | |
PeerReference | (Inherited from Object) |
ThresholdClass |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. (Inherited from Object) |
ThresholdType |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. (Inherited from Object) |
Methods
Clone() |
Creates and returns a copy of this object. (Inherited from Object) |
Dispose() | (Inherited from Object) |
Dispose(Boolean) | (Inherited from Object) |
Equals(Object) |
Indicates whether some other object is "equal to" this one. (Inherited from Object) |
GetHashCode() |
Returns a hash code value for the object. (Inherited from Object) |
IsAbstractObject(MtpFormat) |
Returns true if the object is abstract (that is, it has no representation in the underlying file system). |
JavaFinalize() |
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. (Inherited from Object) |
Notify() |
Wakes up a single thread that is waiting on this object's monitor. (Inherited from Object) |
NotifyAll() |
Wakes up all threads that are waiting on this object's monitor. (Inherited from Object) |
SetHandle(IntPtr, JniHandleOwnership) |
Sets the Handle property. (Inherited from Object) |
ToArray<T>() | (Inherited from Object) |
ToString() |
Returns a string representation of the object. (Inherited from Object) |
UnregisterFromRuntime() | (Inherited from Object) |
Wait() |
Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>. (Inherited from Object) |
Wait(Int64, Int32) |
Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed. (Inherited from Object) |
Wait(Int64) |
Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed. (Inherited from Object) |
Explicit Interface Implementations
IJavaPeerable.Disposed() | (Inherited from Object) |
IJavaPeerable.DisposeUnlessReferenced() | (Inherited from Object) |
IJavaPeerable.Finalized() | (Inherited from Object) |
IJavaPeerable.JniManagedPeerState | (Inherited from Object) |
IJavaPeerable.SetJniIdentityHashCode(Int32) | (Inherited from Object) |
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) | (Inherited from Object) |
IJavaPeerable.SetPeerReference(JniObjectReference) | (Inherited from Object) |
Extension Methods
JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
JavaCast<TResult>(IJavaObject) | |
GetJniTypeName(IJavaPeerable) |