Reset the card, cold or warm reset.

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

Syntax

C#
public abstract void Reset(
	bool coldreset
)
Visual Basic
Public MustOverride Sub Reset ( 
	coldreset As Boolean
)
Visual C++
public:
virtual void Reset(
	bool coldreset
) abstract
F#
abstract Reset : 
        coldreset : bool -> unit 

Parameters

coldreset
Type: System..::..Boolean
If coldreset=true the card is first powered down, then reset (powered up) again. Otherwise a warm reset is done, by just reseting the card.

Implements

ICardConnection..::..Reset(Boolean)

See Also