Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1016 Bytes

magneticstripereadertrackdata_data.md

File metadata and controls

26 lines (18 loc) · 1016 Bytes
-api-id -api-type -api-device-family-note
P:Windows.Devices.PointOfService.MagneticStripeReaderTrackData.Data
winrt property
xbox

Windows.Devices.PointOfService.MagneticStripeReaderTrackData.Data

-description

Gets the raw or decoded data from the swiped card.

-property-value

The track data from the swiped card.

-remarks

If IsDecodeDataEnabled is true, then Data contains decoded data.

If IsTransmitSentinelsEnabled is false, then Data contains the track data between sentinels, but not including the start and end sentinels. If IsTransmitSentinelsEnabled is true, then the track data includes the start and end sentinels.

-examples

-see-also