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에서 도입되었습니다.)

적용 대상

추가 정보