Compartir a través de


SmartCardAutomaticResponseApdu.InputState Propiedad

Definición

Obtiene y coloca el estado de entrada.

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)

Valor de propiedad

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference<unsigned int>

IReference<uint32_t>

Estado de entrada.

Requisitos de Windows

Familia de dispositivos
Windows Mobile Extension SDK (se introdujo en la versión 10.0.10586.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (se introdujo en la versión v2.0)

Se aplica a

Consulte también