Check if card in reader should be accepted for use.
Namespace: BasicCard.FrameworkAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
bool WantThisCard(
ICardReader reader
) |
Visual Basic |
---|
Function WantThisCard (
reader As ICardReader
) As Boolean |
Visual C++ |
---|
bool WantThisCard(
ICardReader^ reader
) |
F# |
---|
abstract WantThisCard :
reader : ICardReader -> bool
|
Parameters
- reader
- Type: BasicCard.Terminals..::..ICardReader
Card reader which contains the card.
Return Value
Type:
Booleantrue to use this card, otherwise false.
See Also