Generic CardReader interface.

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

Syntax

C#
[CLSCompliantAttribute(true)]
public interface ICardReader
Visual Basic
<CLSCompliantAttribute(true)>
Public Interface ICardReader
Visual C++
[CLSCompliantAttribute(true)]
public interface class ICardReader
F#
[<CLSCompliantAttribute(true)>]
type ICardReader =  interface end

Remarks

This interface must be implemented to make a card reader available to this library.

Application developer typically do not need to use the card reader objects directly. Instead they should extend an existing ICardService implementation.

See Also