Try to detect card type. If detected this card type is automatically
selected and returned. Otherwise Unknown card type is returned. Readers not supporting
this return always Unknown card type.
Namespace: BasicCard.TerminalsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
CardType DetectCardType() |
Visual Basic |
---|
Function DetectCardType As CardType |
Visual C++ |
---|
CardType DetectCardType() |
F# |
---|
abstract DetectCardType : unit -> CardType
|
Return Value
Type:
CardTypeCard type detected.
See Also