NFCReaderError 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 | 세션은 요청된 기능을 지원하지 않습니다. |