MagneticStripeReaderBankCardDataReceivedEventArgs Class

Definition

Provides bank card data from the BankCardDataReceived event.

public ref class MagneticStripeReaderBankCardDataReceivedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class MagneticStripeReaderBankCardDataReceivedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class MagneticStripeReaderBankCardDataReceivedEventArgs
Public NotInheritable Class MagneticStripeReaderBankCardDataReceivedEventArgs
Inheritance
Object Platform::Object IInspectable MagneticStripeReaderBankCardDataReceivedEventArgs
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 BankCardDataReceived event and is returned as an argument to the TypedEventHandler delegate.

Properties

AccountNumber

Gets the account number from the swiped bank card.

ExpirationDate

Gets the expiration date from the swiped card.

FirstName

Gets the first name from the swiped bank card.

MiddleInitial

Gets the middle initial from the swiped bank card.

Report

Gets the data from the swiped bank card.

ServiceCode

Gets the service code for the swiped bank card.

Suffix

Gets the suffix from the swiped bank card.

Surname

Gets the surname from the swiped bank card.

Title

Gets the title from the swiped bank card.

Applies to