MagneticStripeReaderReport.CardType プロパティ

定義

最近スワイプしたカードのカード型識別子を取得します。

public:
 property unsigned int CardType { unsigned int get(); };
uint32_t CardType();
public uint CardType { get; }
var uInt32 = magneticStripeReaderReport.cardType;
Public ReadOnly Property CardType As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

カード型識別子。

CardType プロパティの値は、Static MagneticStripeReaderCardTypes クラスのプロパティに関連しています。 CardType プロパティの値は、カードの種類が米国自動車管理者協会 (AAMVA)、Bank、ExtendedBase (ベンダー固有)、または不明かどうかを示します。

適用対象