DetectionState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the state of card detection.
public enum DetectionState
type DetectionState =
Public Enum DetectionState
- Inheritance
-
DetectionState
Fields
Name | Value | Description |
---|---|---|
NoCard | 1 | No card. The card detection sensor does not detect a card. |
Detected | 2 | There is a card in the device. The card detection sensor detects the card. |
Entered | 3 | Card remaining at the insertion slot. The insertion slot sensor detects the card. |
Captured | 4 | The card is in the stock space. The stock space sensor detects the card. |