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#
void Reset(
	bool coldreset
)
Visual Basic
Sub Reset ( 
	coldreset As Boolean
)
Visual C++
void Reset(
	bool coldreset
)
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.

See Also