Quick poll that indicates whether a card is present in a card terminal slot. This method
can be called from any thread. It is the only multi-threading safe method of this
interface.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Parameters
- nSlot
-
Type: int
Slot number of card terminal slot of interest. The primary slot is identified by the slot number zero. The slot number must be in the range from zero through Slots-1.
- fRequiresRemoval
-
Type: bool
[in,out] Indicates whether user interaction is required to remove the card. This flag only matters for motorized readers and contactless readers.
Return Value
Type: boolReturns true if a card is present in the indicated slot and false if not.