共用方式為


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屬性值與靜態MagneticStripeReaderCardTypes 類別的屬性相關。 CardType屬性值指出卡片的類型是否為美國汽車系統管理員的美國關聯, (AAMVA) 、Bank、ExtendedBase (廠商特定的) ,或未知。

適用於