SmartCardEmulatorApduReceivedEventArgs.State Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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)
|