The CardReaderObserver is a major unit within BasicCard Library/Framework.
Through card reader observer client applications can get access to a
initialized
ICardService object
attached to an inserted smart card.
Namespace: BasicCard.FrameworkAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
[CLSCompliantAttribute(true)]
public class CardReaderObserver : MarshalByRefObject |
Visual Basic |
---|
<CLSCompliantAttribute(true)>
Public Class CardReaderObserver
Inherits MarshalByRefObject |
Visual C++ |
---|
[CLSCompliantAttribute(true)]
public ref class CardReaderObserver : public MarshalByRefObject |
F# |
---|
[<CLSCompliantAttribute(true)>]
type CardReaderObserver =
class
inherit MarshalByRefObject
end |
Remarks
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.
See Also