Compartir a través de


MtpConstants.OperationPowerDown Campo

Definición

Precaución

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

Código de operación para PowerDown

[Android.Runtime.Register("OPERATION_POWER_DOWN", 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 OperationPowerDown = 4115;
[<Android.Runtime.Register("OPERATION_POWER_DOWN", 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 OperationPowerDown : Android.Mtp.OperationCode

Valor de campo

Value = 4115
Atributos

Comentarios

Código de operación para PowerDown

Documentación de Java para android.mtp.MtpConstants.OPERATION_POWER_DOWN.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a