Langue

PrinterInfo.StatusIdle Champ

Définition

Attention

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

État de l’imprimante : l’imprimante est inactive et prête à imprimer.

[Android.Runtime.Register("STATUS_IDLE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Print.PrinterStatus enum directly instead of this field.", true)]
public const Android.Print.PrinterStatus StatusIdle = 1;
[<Android.Runtime.Register("STATUS_IDLE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Print.PrinterStatus enum directly instead of this field.", true)>]
val mutable StatusIdle : Android.Print.PrinterStatus

Valeur de champ

Value = 1

Implémente

Attributs

Remarques

État de l’imprimante : l’imprimante est inactive et prête à imprimer.

Java documentation pour android.print.PrinterInfo.STATUS_IDLE.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à