CardEmulation.NfcInternalErrorCommandTimeout Feld
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
This constant will be removed in the future version. Use Android.Nfc.CardEmulators.NfcInternalErrorType enum directly instead of this field.
Dieser Fehler wird gemeldet, wenn beim Warten auf eine Antwort auf einen Befehl, der an die NFC-Hardware gesendet wird, ein Outout des NFC-Stapels auftritt.
[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
Feldwert
Value = 3- Attribute
Hinweise
Dieser Fehler wird gemeldet, wenn beim Warten auf eine Antwort auf einen Befehl, der an die NFC-Hardware gesendet wird, ein Outout des NFC-Stapels auftritt.
Java Dokumentation für android.nfc.cardemulation.CardEmulation.NFC_INTERNAL_ERROR_COMMAND_TIMEOUT.
Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.