共用方式為


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 引進)

適用於

另請參閱