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

IReference<uint32_t>

입력 상태입니다.

Windows 요구 사항

디바이스 패밀리
Windows Mobile Extension SDK (10.0.10586.0에서 도입되었습니다.)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (v2.0에서 도입되었습니다.)

적용 대상

추가 정보