Share via


SmartCardAutomaticResponseApdu.InputState 属性

定义

获取并放置输入状态。

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)

属性值

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

适用于

另请参阅