Share via


SmartCardRW.CapSCSlots Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Indicates the number of slots available to a user.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property CapSCSlots As Integer
public abstract int CapSCSlots { get; }
public:
virtual property int CapSCSlots {
    int get () abstract;
}
/** @property */
public abstract int get_CapSCSlots ()
public abstract function get CapSCSlots () : int

Remarks

This capability indicates the number of available slots (entry points and/or proximity zones) where a user can insert a smart card for detection in the SCR/W device. The application can select the slot to use by setting the SCSlot property to one of the allowable CapSCSlots values. The device will always have a minimum of one slot available (designated as the default slot) indicated by the LSB set to one.

CapSCSlots is a bitwise logical OR combination of any of the int32 bits with bit 0 (LSB) slot 0 (default); bit 1, slot 1; bit 2, slot 2; and so on.

CapSCSlots is set and updated by the service object, based on the capabilities of the device.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

SmartCardRW Class
SmartCardRW Members
Microsoft.PointOfService Namespace
SCSlot