Indicates the number of user accessible card slots of this card terminal.

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

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

Property Value

Type: int

This value may be zero or more.

This property provides the number of user accessible card slots that are featured by this reader. For a card reader that features only secure application module (SAM) sockets, this property has the value zero.

The user accessible slots are numbered from zero through UserSlots-1.

Basically this property controls how many slots will be monitored for card insertion or removal. Only user accessible slots are monitored and will fire card inserted and card removed events.

.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