Flags to indicate the card position. The flags are mostly used in motorized card readers. In motorized readers that fire on both, the middle and rear sensors to indicate that the card is in the correct position to power a card, the CardInserted shall be used to indicate card insertion.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

  Member name Description
Front The card is in the reader front
Middle The card is in the reader middle
NoCard The card is not anywhere in the reader. This flag should overwrite i.e. set to zero all lower flags.
Rear The card is in the reader rear.
Unknown The card position is not known. Use this state as default and fall-back position when instantiating a card terminal object.