MagneticStripeReaderReport.CardType Property

Definition

Gets the card type identifier for the recently swiped card.

public:
 property unsigned int CardType { unsigned int get(); };
uint32_t CardType();
public uint CardType { get; }
var uInt32 = magneticStripeReaderReport.cardType;
Public ReadOnly Property CardType As UInteger

Property Value

UInt32

unsigned int

uint32_t

The card type identifier.

The CardType property value is related to the properties of the static MagneticStripeReaderCardTypes class. The CardType property value indicates whether the card's type is American Association of Motor Vehicle Administrators (AAMVA), Bank, ExtendedBase (vendor-specific), or is not known.

Applies to