Compartilhar via


SmartCardAutomaticResponseApdu.OutputState Propriedade

Definição

Obtém e coloca o estado de saída.

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

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

Valor da propriedade

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference<unsigned int>

IReference<uint32_t>

O estado de saída.

Requisitos do Windows

Família de dispositivos
Windows Mobile Extension SDK (introduzida na 10.0.10586.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduzida na v2.0)

Aplica-se a

Confira também