Status 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.
Status for the functions
public enum Status
type Status =
Public Enum Status
- Inheritance
-
Status
Fields
Name | Value | Description |
---|---|---|
Ok | 0 | All happens perfectly |
Collision | 1 | A collision has been detected, this allows for example to use retry mechanism |
Error | 2 | An error happened |
Timeout | 3 | Timeout in reading or writing to the card, it may means the card has been removed from the reader or is too far |