Claims exclusive access to chip card. If connection is already exclusive
nothing is done, otherwise the connection lock function is called.
Namespace: BasicCard.GenericCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
protected virtual void Lock() |
Visual Basic |
---|
Protected Overridable Sub Lock |
Visual C++ |
---|
protected: virtual void Lock() |
F# |
---|
abstract Lock : unit -> unit override Lock : unit -> unit |
Exceptions
Exception | Condition |
---|---|
BasicCard..::..CommsException | If connection is locked by other application or object. |