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 で導入)

適用対象

こちらもご覧ください