Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration defines the kinds of magnetic stripe cards.
Syntax
typedef enum _MsrCardType {
MsrCardType_Unknown,
MsrCardType_Bank,
MsrCardType_Aamva,
MsrCardType_ExtendedBase
} MsrCardType;
Constants
MsrCardType_UnknownUnknown card type. |
MsrCardType_BankBank card. |
MsrCardType_AamvaAmerican Association of Motor Vehicle Administrators (AAMVA) card. |
MsrCardType_ExtendedBaseVendor-specific card. |
Requirements
| Requirement | Value |
|---|---|
| Header | pointofservicedriverinterface.h (include Pointofservicedriverinterface.h) |