Share via


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

2/27/2008

Holds the current slot available to a user.

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

Syntax

'Declaration
Public MustOverride Property SCSlot As Integer
public abstract int SCSlot { get; set; }
public:
virtual property int SCSlot {
    int get () abstract;
    void set (int value) abstract;
}
/** @property */
public abstract int get_SCSlot ()

/** @property */
public abstract void set_SCSlot (int value)
public abstract function get SCSlot () : int

public abstract function set SCSlot (value : int)

Remarks

SCSlot indicates the current slot (entry point or proximity zone) 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 always has a minimum of one slot available (designated as the default, slot 0) indicated by the LSB set to one. SCSlot can be set by the application to one of the CapSCSlots values as follows:

bit 0 (LSB) slot 0 (default); bit 1, slot 1; bit 2, slot 2; and so on.

SCSlot is set and kept current by the service object while the device is enabled.

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
SmartCardRW.CapSCSlots Property