SmartCardEmulatorConnectionSource Enum

Definition

Defines the valid types of smart card connection sources.

public enum class SmartCardEmulatorConnectionSource
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 65536)]
enum class SmartCardEmulatorConnectionSource
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 65536)]
public enum SmartCardEmulatorConnectionSource
var value = Windows.Devices.SmartCards.SmartCardEmulatorConnectionSource.unknown
Public Enum SmartCardEmulatorConnectionSource
Inheritance
SmartCardEmulatorConnectionSource
Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced in v1.0)

Fields

NfcReader 1

Specifies an NFC reader connection.

Unknown 0

Specifies a connection to something other than an NFC reader.

Applies to

See also