MtpConstants.OperationGetPartialObject64 Field

Definition

Caution

This constant will be removed in the future version. Use Android.Mtp.OperationCode enum directly instead of this field.

Operation code for GetPartialObject64

[Android.Runtime.Register("OPERATION_GET_PARTIAL_OBJECT_64", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Mtp.OperationCode enum directly instead of this field.", true)]
public const Android.Mtp.OperationCode OperationGetPartialObject64 = 38337;
[<Android.Runtime.Register("OPERATION_GET_PARTIAL_OBJECT_64", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Mtp.OperationCode enum directly instead of this field.", true)>]
val mutable OperationGetPartialObject64 : Android.Mtp.OperationCode

Field Value

Value = 38337
Attributes

Remarks

Operation code for GetPartialObject64

Java documentation for android.mtp.MtpConstants.OPERATION_GET_PARTIAL_OBJECT_64.

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.

Applies to