CardEmulation.NfcInternalErrorCommandTimeout Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.Nfc.CardEmulators.NfcInternalErrorType enum directly instead of this field.

Questo errore viene segnalato quando si verifica il timeout dello stack NFC durante l'attesa di una risposta a un comando inviato all'hardware NFC.

[Android.Runtime.Register("NFC_INTERNAL_ERROR_COMMAND_TIMEOUT", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Nfc.CardEmulators.NfcInternalErrorType enum directly instead of this field.", true)]
public const Android.Nfc.CardEmulators.NfcInternalErrorType NfcInternalErrorCommandTimeout = 3;
[<Android.Runtime.Register("NFC_INTERNAL_ERROR_COMMAND_TIMEOUT", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Nfc.CardEmulators.NfcInternalErrorType enum directly instead of this field.", true)>]
val mutable NfcInternalErrorCommandTimeout : Android.Nfc.CardEmulators.NfcInternalErrorType

Valore del campo

Value = 3
Attributi

Commenti

Questo errore viene segnalato quando si verifica il timeout dello stack NFC durante l'attesa di una risposta a un comando inviato all'hardware NFC.

per android.nfc.cardemulation.CardEmulation.NFC_INTERNAL_ERROR_COMMAND_TIMEOUT.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a