SmartCardAutomaticResponseApdu.OutputState Property

Definition

Gets and puts the output state.

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)

Property Value

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

The output state.

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10586.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced in v2.0)

Applies to

See also