A Sandcastle Documented Class Library
![]() | OperationResult Enumeration |
Result of an operation. Note that result codes may vary by reader and chip manufacturer.
Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
Members| Member name | Value | Description | |
|---|---|---|---|
| Undefined | 0 | Result has not yet been set. | |
| OK | 1 | Operation was successful. | |
| NoTag | 2 | Tag did not respond. | |
| Error | 3 | Operation was not successful, but little info available. | |
| RepeatableError | 4 | Operation was not successful, and will fail again if repeated. | |
| TagError | 5 | Tag error, including non-specific tag error. | |
| ReaderError | 6 | Reader error, including non-specific reader error. | |
| PasswordError | 7 | Invalid password. | |
| ZeroKillPasswordError | 8 | Attempt to kill a tag using a zero password. | |
| MemoryOverrunError | 9 | Accessed an invalid memory address. | |
| MemoryLockedError | 10 | Memory was locked. | |
| InsufficientPowerError | 11 | Insufficient power to perform operation. | |
| DataIntegrityError | 12 | Reader did not report an error but data integrity check failed. |
See Also