共用方式為


NFCReaderError 列舉

定義

列舉與 NFC 標記偵測和讀取相關的錯誤。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum NFCReaderError
type NFCReaderError = 
繼承
NFCReaderError
屬性

欄位

ReaderSessionInvalidationErrorFirstNDEFTagRead 204

初始 NDEF 標記無效。

ReaderSessionInvalidationErrorSessionTerminatedUnexpectedly 202

會話意外終止。

ReaderSessionInvalidationErrorSessionTimeout 201

會話逾時。

ReaderSessionInvalidationErrorSystemIsBusy 203

會話已失效,因為系統忙碌 (一次只能執行一個會話) 。

ReaderSessionInvalidationErrorUserCanceled 200

會話已由使用者取消。

ReaderTransceiveErrorRetryExceeded 101

已超過已設定的重試次數。

ReaderTransceiveErrorTagConnectionLost 100

標記的連接已遺失。

ReaderTransceiveErrorTagResponseError 102

標記以錯誤訊息回應。

SecurityViolation 2

會話違反安全性通訊協定。

TagCommandConfigurationErrorInvalidParameters 300

標記的命令組態包含不正確值。

UnsupportedFeature 1

會話不支援要求的功能。

適用於