Ignore current card. No further events will be generated for current card in specified reader.

Namespace: BasicCard.Framework
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public void IgnoreCurrentCard(
	ICardReader rdr
)
Visual Basic
Public Sub IgnoreCurrentCard ( 
	rdr As ICardReader
)
Visual C++
public:
void IgnoreCurrentCard(
	ICardReader^ rdr
)
F#
member IgnoreCurrentCard : 
        rdr : ICardReader -> unit 

Parameters

rdr
Type: BasicCard.Terminals..::..ICardReader
Card reader to ignore until current card is removed.

See Also