Share via


SmartCardEmulatorApduReceivedEventArgs.State Property

Definition

Gets the state.

public:
 property unsigned int State { unsigned int get(); };
uint32_t State();
public uint State { get; }
var uInt32 = smartCardEmulatorApduReceivedEventArgs.state;
Public ReadOnly Property State As UInteger

Property Value

UInt32

unsigned int

uint32_t

The 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