SmartCardAutomaticResponseStatus Перечисление

Определение

Определяет состояние автоматического ответа смарт-карта читателей.

public enum class SmartCardAutomaticResponseStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 65536)]
enum class SmartCardAutomaticResponseStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 65536)]
public enum SmartCardAutomaticResponseStatus
var value = Windows.Devices.SmartCards.SmartCardAutomaticResponseStatus.none
Public Enum SmartCardAutomaticResponseStatus
Наследование
SmartCardAutomaticResponseStatus
Атрибуты

Требования к Windows

Семейство устройств
Windows Mobile Extension SDK (появилось в 10.0.10240.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (появилось в v1.0)

Поля

None 0

Состояние не указано.

Success 1

Чтение прошло успешно.

UnknownError 2

Сбой чтения с неопознанной ошибкой.

Применяется к

См. также раздел