Releases exclusive access to chip card. If connection was not locked nothing is done, otherwise the connection unlock function is called.

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

Syntax

C#
protected virtual void Unlock()
Visual Basic
Protected Overridable Sub Unlock
Visual C++
protected:
virtual void Unlock()
F#
abstract Unlock : unit -> unit 
override Unlock : unit -> unit 

Exceptions

ExceptionCondition
BasicCard..::..CommsExceptionIf unlock fails.

See Also