MagneticStripeReader.SupportedCardTypes 属性

定义

获取磁条读取器支持的卡类型。

public:
 property Platform::Array <unsigned int> ^ SupportedCardTypes { Platform::Array <unsigned int> ^ get(); };
winrt::array_view <uint32_t> SupportedCardTypes();
public uint[] SupportedCardTypes { get; }
var uInt32[] = magneticStripeReader.supportedCardTypes;
Public ReadOnly Property SupportedCardTypes As UInteger()

属性值

UInt32[]

unsigned int[]

uint32_t[]

卡类型标识符。

适用于