次の方法で共有


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<unsigned int>

IReference<uint32_t>

出力状態。

Windows の要件

デバイス ファミリ
Windows Mobile Extension SDK (10.0.10586.0 で導入)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (v2.0 で導入)

適用対象

こちらもご覧ください