MagneticStripeReaderAamvaCardDataReceivedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the American Association of Motor Vehicle Administrators (AAMVA) card data from the AamvaCardDataReceived event.
public ref class MagneticStripeReaderAamvaCardDataReceivedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class MagneticStripeReaderAamvaCardDataReceivedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class MagneticStripeReaderAamvaCardDataReceivedEventArgs
Public NotInheritable Class MagneticStripeReaderAamvaCardDataReceivedEventArgs
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Remarks
This object is created by the AamvaCardDataReceived event and is returned as an argument to the TypedEventHandler delegate.
Properties
Address |
Gets the address from the swiped AAMVA card. |
BirthDate |
Gets the birth date from the swiped AAMVA card. |
City |
Gets the city from the swiped AAMVA card. |
Class |
Gets the class from the swiped AAMVA card. |
Endorsements |
Gets the endorsements from the swiped AAMVA card. |
ExpirationDate |
Gets the expiration date from the swiped AAMVA card. |
EyeColor |
Gets the eye color from the swiped AAMVA card. |
FirstName |
Gets the first name from the swiped AAMVA card. |
Gender |
Gets the gender from the swiped AAMVA card. |
HairColor |
Gets the hair color from the swiped AAMVA card. |
Height |
Gets the height from the swiped AAMVA card. |
LicenseNumber |
Gets the license number from the swiped AAMVA card. |
PostalCode |
Gets the postal code from the swiped AAMVA card. |
Report |
Gets the additional data from the swiped AAMVA card. |
Restrictions |
Gets the restrictions from the swiped AAMVA card. |
State |
Gets the state from the swiped AAMVA card. |
Suffix |
Gets the suffix from the swiped AAMVA card. |
Surname |
Gets the surname from the swiped card. |
Weight |
Gets the weight from the swiped AAMVA card. |