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 (供应商特定的) ,还是未知。

适用于