ATR of currently inserted card (if available). Null if not available.

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

Syntax

C#
Atr Atr { get; }
Visual Basic
ReadOnly Property Atr As Atr
	Get
Visual C++
property Atr^ Atr {
	Atr^ get ();
}
F#
abstract Atr : Atr with get

Property Value

Type: Atr

See Also