Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.16 KB

claimedmagneticstripereader_updatestatisticsasync_1631267301.md

File metadata and controls

32 lines (23 loc) · 1.16 KB
-api-id -api-type -api-device-family-note
M:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.UpdateStatisticsAsync(Windows.Foundation.Collections.IIterable{Windows.Foundation.Collections.IKeyValuePair{System.String,System.String}})
winrt method
xbox

Windows.Devices.PointOfService.ClaimedMagneticStripeReader.UpdateStatisticsAsync

-description

Updates the specified statistics.

-parameters

-param statistics

The list of key-value pairs of statistics to update.

  • An empty string ("", "value1") sets all statistics that can be set to value1.
  • "U_", "value2" sets all UnifiedPOS defined statistics that can be set to value2.
  • "M_", "value3" sets all manufacturer defined statistics that can be set to value3.
  • "name1", "value4" sets specific named statistics as defined by the UnifiedPOS or manufacturer to value4.

-returns

No object or value is returned by this method when it completes.

-remarks

-examples

-see-also