Freigeben über


SmartCardAutomaticResponseApdu.InputState Eigenschaft

Definition

Ruft den Eingabezustand ab und legt ihn ab.

public:
 property IReference<unsigned int> ^ InputState { IReference<unsigned int> ^ get(); void set(IReference<unsigned int> ^ value); };
IReference<uint32_t> InputState();

void InputState(IReference<uint32_t> value);
public System.Nullable<uint> InputState { get; set; }
var iReference = smartCardAutomaticResponseApdu.inputState;
smartCardAutomaticResponseApdu.inputState = iReference;
Public Property InputState As Nullable(Of UInteger)

Eigenschaftswert

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference<unsigned int>

IReference<uint32_t>

Der Eingabezustand.

Windows-Anforderungen

Gerätefamilie
Windows Mobile Extension SDK (eingeführt in 10.0.10586.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (eingeführt in v2.0)

Gilt für:

Weitere Informationen