SmartCardEmulatorConnectionDeactivatedReason 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
NFC 판독기로의 스마트 카드 연결이 비활성화될 수 있는 이유를 정의합니다.
public enum class SmartCardEmulatorConnectionDeactivatedReason
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 65536)]
enum class SmartCardEmulatorConnectionDeactivatedReason
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 65536)]
public enum SmartCardEmulatorConnectionDeactivatedReason
var value = Windows.Devices.SmartCards.SmartCardEmulatorConnectionDeactivatedReason.connectionLost
Public Enum SmartCardEmulatorConnectionDeactivatedReason
- 상속
-
SmartCardEmulatorConnectionDeactivatedReason
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows Mobile Extension SDK (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (v1.0에서 도입되었습니다.)
|
필드
Name | 값 | Description |
---|---|---|
ConnectionLost | 0 | 판독기와의 물리적 연결이 끊겼습니다. |
ConnectionRedirected | 1 | 다른 앱으로 확인되는 다른 애플리케이션 식별자를 선택하는 판독기 터미널로 인해 연결이 다른 앱으로 리디렉션됩니다. |