This class gives access to all card readers registered properly within properties and available on local system.

Namespace: BasicCard.Framework
Assembly: 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

System..::..Object
  System..::..MarshalByRefObject
    BasicCard.Framework..::..CardReaderManager

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.

See Also