MagneticStripeReaderCardTypes MagneticStripeReaderCardTypes MagneticStripeReaderCardTypes MagneticStripeReaderCardTypes Class

Definition

Contains the card type of the recently swiped card.

public : static class MagneticStripeReaderCardTypespublic static class MagneticStripeReaderCardTypesPublic Static Class MagneticStripeReaderCardTypes// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

This is a static class that contains the card type of the most recently swiped card.

Properties

Aamva Aamva Aamva Aamva

Indicates the American Association of Motor Vehicle Administrators (AAMVA) card type.

public : static unsigned int Aamva { get; }public static uint Aamva { get; }Public Static ReadOnly Property Aamva As uint// You can use this property in JavaScript.
Value
unsigned int uint uint uint

The AAMVA card type.

Bank Bank Bank Bank

Indicates a bank card type.

public : static unsigned int Bank { get; }public static uint Bank { get; }Public Static ReadOnly Property Bank As uint// You can use this property in JavaScript.
Value
unsigned int uint uint uint

Bank card type.

ExtendedBase ExtendedBase ExtendedBase ExtendedBase

Indicates vendor-specific card type.

public : static unsigned int ExtendedBase { get; }public static uint ExtendedBase { get; }Public Static ReadOnly Property ExtendedBase As uint// You can use this property in JavaScript.
Value
unsigned int uint uint uint

Vendor-specific card type.

Unknown Unknown Unknown Unknown

Indicates an unknown card type.

public : static unsigned int Unknown { get; }public static uint Unknown { get; }Public Static ReadOnly Property Unknown As uint// You can use this property in JavaScript.
Value
unsigned int uint uint uint

Unknown card type.