MagneticStripeReaderErrorReportingType 列挙型

定義

デバイスのエラー報告の種類を示す定数を定義します。

public enum class MagneticStripeReaderErrorReportingType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class MagneticStripeReaderErrorReportingType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum MagneticStripeReaderErrorReportingType
var value = Windows.Devices.PointOfService.MagneticStripeReaderErrorReportingType.cardLevel
Public Enum MagneticStripeReaderErrorReportingType
継承
MagneticStripeReaderErrorReportingType
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

CardLevel 0

カード レベルでエラーを報告します。

TrackLevel 1

トラック レベルでエラーを報告します。

適用対象