SmartCardAutomaticResponseApdu.InputState Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient et place l’état d’entrée.
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)
Valeur de propriété
État d’entrée.
Configuration requise pour Windows
Famille d’appareils |
Windows Mobile Extension SDK (introduit dans 10.0.10586.0)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduit dans v2.0)
|