CardEmulation.NfcInternalErrorCommandTimeout Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Nfc.CardEmulators.NfcInternalErrorType enum directly instead of this field.
This error is reported when the NFC stack times out while waiting for a response to a command sent to the NFC hardware.
[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
Field Value
Value = 3- Attributes
Remarks
This error is reported when the NFC stack times out while waiting for a response to a command sent to the NFC hardware.
Java documentation for android.nfc.cardemulation.CardEmulation.NFC_INTERNAL_ERROR_COMMAND_TIMEOUT
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.