SmartCardAutomaticResponseStatus Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Definiert die status der automatischen Karte-Leserantwort.
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
- Vererbung
-
SmartCardAutomaticResponseStatus
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows Mobile Extension SDK (eingeführt in 10.0.10240.0)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (eingeführt in v1.0)
|
Felder
None | 0 | Keine status angegeben. |
Success | 1 | Lesen war ein Erfolg. |
UnknownError | 2 | Fehler beim Lesen mit einem nicht identifizierten Fehler. |