Поделиться через


SmartCardAutomaticResponseApdu.OutputState Свойство

Определение

Возвращает и помещает выходное состояние.

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)

Значение свойства

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

Выходное состояние.

Требования к Windows

Семейство устройств
Windows Mobile Extension SDK (появилось в 10.0.10586.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (появилось в v2.0)

Применяется к

См. также раздел