Share via


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 中引入)

适用于

另请参阅