Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1014 Bytes

claimedmagneticstripereader_resetstatisticsasync_1362172727.md

File metadata and controls

31 lines (23 loc) · 1014 Bytes
-api-id -api-type -api-device-family-note
M:Windows.Devices.PointOfService.ClaimedMagneticStripeReader.ResetStatisticsAsync(Windows.Foundation.Collections.IIterable{System.String})
winrt method
xbox

Windows.Devices.PointOfService.ClaimedMagneticStripeReader.ResetStatisticsAsync

-description

Resets the specified statistics to zero for all statistics that can be reset.

-parameters

-param statisticsCategories

The list of names of the statistics to reset.

  • An empty string ("") resets all statistics.
  • "U_" resets all UnifiedPOS-defined statistics.
  • "M_" resets all manufacturer-defined statistics.
  • "name1" and/or "name2" resets specific named statistics as defined by the UnifiedPOS or manufacturer.

-returns

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

-remarks

-examples

-see-also