SmartCardEmulatorConnectionDeactivatedEventArgs
SmartCardEmulatorConnectionDeactivatedEventArgs
SmartCardEmulatorConnectionDeactivatedEventArgs
SmartCardEmulatorConnectionDeactivatedEventArgs
Class
Definition
Provides data for the ConnectionDeactivated event.
public : sealed class SmartCardEmulatorConnectionDeactivatedEventArgs : ISmartCardEmulatorConnectionDeactivatedEventArgspublic sealed class SmartCardEmulatorConnectionDeactivatedEventArgs : ISmartCardEmulatorConnectionDeactivatedEventArgsPublic NotInheritable Class SmartCardEmulatorConnectionDeactivatedEventArgs Implements ISmartCardEmulatorConnectionDeactivatedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced v1)
|
Remarks
The system generates an instance of this class and passes it as an argument to the application's ConnectionDeactivated event handler.
Properties
ConnectionProperties ConnectionProperties ConnectionProperties ConnectionProperties
Gets the connection properties for the smart card emulator.
public : SmartCardEmulatorConnectionProperties ConnectionProperties { get; }public SmartCardEmulatorConnectionProperties ConnectionProperties { get; }Public ReadOnly Property ConnectionProperties As SmartCardEmulatorConnectionProperties// You can use this property in JavaScript.
- Value
- SmartCardEmulatorConnectionProperties SmartCardEmulatorConnectionProperties SmartCardEmulatorConnectionProperties SmartCardEmulatorConnectionProperties
The connection properties for the smart card emulator.
- See Also
Reason Reason Reason Reason
Gets the reason that the smart card connection to the NFC reader was deactivated.
public : SmartCardEmulatorConnectionDeactivatedReason Reason { get; }public SmartCardEmulatorConnectionDeactivatedReason Reason { get; }Public ReadOnly Property Reason As SmartCardEmulatorConnectionDeactivatedReason// You can use this property in JavaScript.
- Value
- SmartCardEmulatorConnectionDeactivatedReason SmartCardEmulatorConnectionDeactivatedReason SmartCardEmulatorConnectionDeactivatedReason SmartCardEmulatorConnectionDeactivatedReason
The reason that the smart card connection to the NFC reader was deactivated.
- See Also