Indicates the total number of slots of this card terminal.

Namespace: CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)

ReadOnly Property Slots() As Integer
This language is not supported or no code example is available.
int Slots {get;}
This language is not supported or no code example is available.
 
property int Slots { 
int get( ); 
}
This language is not supported or no code example is available.
function get Slots() : int;
This language is not supported or no code example is available.

Property Value

Type: int

This value is always at least one.

A card terminal may feature zero or more user accessible card slots and zero or more internal secure application module (SAM) sockets. This property shall provide the total number of all of these. All card terminals are required to have at least one card slot or socket, thus this property must always be at least one.

Card slots and sockets are numbered starting at zero. The very first card slot has the slot number zero. This card slot is also known as the primary card slot.

.NET Framework

Supported in: 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

.NET Core

Supported in: 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0

.NET Standard

Supported in: 2.0