This class gives access to all card readers registered properly within
properties
and available on local system.
Namespace: BasicCard.FrameworkAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
[CLSCompliantAttribute(true)] public class CardReaderManager : MarshalByRefObject |
Visual Basic |
---|
<CLSCompliantAttribute(true)> Public Class CardReaderManager Inherits MarshalByRefObject |
Visual C++ |
---|
[CLSCompliantAttribute(true)] public ref class CardReaderManager : public MarshalByRefObject |
F# |
---|
[<CLSCompliantAttribute(true)>] type CardReaderManager = class inherit MarshalByRefObject end |
Remarks
Typically application developer use the CardReaderObserver instead of using the CardReaderManager. Anyhow, there may be requirements to restrict use to certain card readers only or to work directly with ICardReader objects. In this cases you may use the CardReaderManager.
Inheritance Hierarchy
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.