다음을 통해 공유


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

세션은 요청된 기능을 지원하지 않습니다.

적용 대상