MagneticStripeReader.SupportedCardTypes Property

Definition

Gets the card types supported by the magnetic stripe reader.

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()

Property Value

UInt32[]

unsigned int[]

uint32_t[]

The card type identifier.

Applies to