Idioma

PrinterInfo.StatusIdle Campo

Definição

Cuidado

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

Status da impressora: a impressora está ociosa e pronta para impressão.

[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

Valor do campo

Value = 1

Implementações

Atributos

Comentários

Status da impressora: a impressora está ociosa e pronta para impressão.

Java documentação para android.print.PrinterInfo.STATUS_IDLE.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a