MagneticStripeReaderAamvaCardDataReceivedEventArgs
MagneticStripeReaderAamvaCardDataReceivedEventArgs
MagneticStripeReaderAamvaCardDataReceivedEventArgs
MagneticStripeReaderAamvaCardDataReceivedEventArgs
Class
Definition
Provides the American Association of Motor Vehicle Administrators (AAMVA) card data from the AamvaCardDataReceived event.
public : sealed class MagneticStripeReaderAamvaCardDataReceivedEventArgs : IMagneticStripeReaderAamvaCardDataReceivedEventArgspublic sealed class MagneticStripeReaderAamvaCardDataReceivedEventArgs : IMagneticStripeReaderAamvaCardDataReceivedEventArgsPublic NotInheritable Class MagneticStripeReaderAamvaCardDataReceivedEventArgs Implements IMagneticStripeReaderAamvaCardDataReceivedEventArgs// You can use this class in JavaScript.
- Attributes
| 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 object is created by the AamvaCardDataReceived event and is returned as an argument to the TypedEventHandler delegate.
Properties
Address Address Address Address
Gets the address from the swiped AAMVA card.
public : PlatForm::String Address { get; }public string Address { get; }Public ReadOnly Property Address As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The address from the swiped AAMVA card.
BirthDate BirthDate BirthDate BirthDate
Gets the birth date from the swiped AAMVA card.
public : PlatForm::String BirthDate { get; }public string BirthDate { get; }Public ReadOnly Property BirthDate As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The birth date from the swiped AAMVA card.
City City City City
Gets the city from the swiped AAMVA card.
public : PlatForm::String City { get; }public string City { get; }Public ReadOnly Property City As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The city from the swiped AAMVA card.
Class Class Class Class
Gets the class from the swiped AAMVA card.
public : PlatForm::String Class { get; }public string Class { get; }Public ReadOnly Property Class As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The class from the swiped AAMVA card.
Endorsements Endorsements Endorsements Endorsements
Gets the endorsements from the swiped AAMVA card.
public : PlatForm::String Endorsements { get; }public string Endorsements { get; }Public ReadOnly Property Endorsements As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The endorsements from the swiped AAMVA card.
ExpirationDate ExpirationDate ExpirationDate ExpirationDate
Gets the expiration date from the swiped AAMVA card.
public : PlatForm::String ExpirationDate { get; }public string ExpirationDate { get; }Public ReadOnly Property ExpirationDate As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The expiration date from the swiped AAMVA card.
EyeColor EyeColor EyeColor EyeColor
Gets the eye color from the swiped AAMVA card.
public : PlatForm::String EyeColor { get; }public string EyeColor { get; }Public ReadOnly Property EyeColor As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The eye color from the swiped AAMVA card.
FirstName FirstName FirstName FirstName
Gets the first name from the swiped AAMVA card.
public : PlatForm::String FirstName { get; }public string FirstName { get; }Public ReadOnly Property FirstName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The first name from the swiped AAMVA card.
Gender Gender Gender Gender
Gets the gender from the swiped AAMVA card.
public : PlatForm::String Gender { get; }public string Gender { get; }Public ReadOnly Property Gender As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The gender from the swiped AAMVA card.
HairColor HairColor HairColor HairColor
Gets the hair color from the swiped AAMVA card.
public : PlatForm::String HairColor { get; }public string HairColor { get; }Public ReadOnly Property HairColor As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The hair color from the swiped AAMVA card.
Height Height Height Height
Gets the height from the swiped AAMVA card.
public : PlatForm::String Height { get; }public string Height { get; }Public ReadOnly Property Height As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The height from the swiped AAMVA card.
LicenseNumber LicenseNumber LicenseNumber LicenseNumber
Gets the license number from the swiped AAMVA card.
public : PlatForm::String LicenseNumber { get; }public string LicenseNumber { get; }Public ReadOnly Property LicenseNumber As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The license number from the swiped AAMVA card.
PostalCode PostalCode PostalCode PostalCode
Gets the postal code from the swiped AAMVA card.
public : PlatForm::String PostalCode { get; }public string PostalCode { get; }Public ReadOnly Property PostalCode As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The postal code from the swiped AAMVA card.
Report Report Report Report
Gets the additional data from the swiped AAMVA card.
public : MagneticStripeReaderReport Report { get; }public MagneticStripeReaderReport Report { get; }Public ReadOnly Property Report As MagneticStripeReaderReport// You can use this property in JavaScript.
- Value
- MagneticStripeReaderReport MagneticStripeReaderReport MagneticStripeReaderReport MagneticStripeReaderReport
The report from the swiped AAMVA card.
Restrictions Restrictions Restrictions Restrictions
Gets the restrictions from the swiped AAMVA card.
public : PlatForm::String Restrictions { get; }public string Restrictions { get; }Public ReadOnly Property Restrictions As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The restrictions from the swiped AAMVA card.
State State State State
Gets the state from the swiped AAMVA card.
public : PlatForm::String State { get; }public string State { get; }Public ReadOnly Property State As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The state from the swiped AAMVA card.
Suffix Suffix Suffix Suffix
Gets the suffix from the swiped AAMVA card.
public : PlatForm::String Suffix { get; }public string Suffix { get; }Public ReadOnly Property Suffix As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The suffix from the swiped AAMVA card.
Surname Surname Surname Surname
Gets the surname from the swiped card.
public : PlatForm::String Surname { get; }public string Surname { get; }Public ReadOnly Property Surname As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The surname from the swiped AAMVA card.
Weight Weight Weight Weight
Gets the weight from the swiped AAMVA card.
public : PlatForm::String Weight { get; }public string Weight { get; }Public ReadOnly Property Weight As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The weight from the swiped AAMVA card.