-api-id | -api-type | -api-device-family-note |
---|---|---|
P:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.IsDisabledOnDataReceived |
winrt property |
xbox |
Gets or sets a Boolean value that indicates whether the magnetic stripe reader is disabled after receiving the data from the most recently swiped card.
Set to true if the application wants to receive and process only one input or only one input at a time.
IsDisabledOnDataReceived provides the application the option to disable the magnetic stripe reader after receiving the data. When set to true, the device is disabled as soon as it receives the data from the most recently swiped card. The application must call EnableAsync to get the device ready for the next data event.
This property is initialized to false.