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

会话不支持请求的功能。

适用于