Defines the possible status values for a Traka iFob
Overview of TrakaIfobStatus goes here.
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | Unknown status |
| InSystem | 1 | iFob is present in the cabinet |
| OutOfSystem | 2 | iFob has been taken out of the cabinet |
| WrongSlot | 3 | iFob is present but in the wrong slot |
| ItemNotDetectable | 4 | iFob is not detectable (may be faulty or missing RFID tag) |
| Requested | 5 | iFob has been requested for use |
| Replace | 9 | iFob needs to be replaced (returned to cabinet) |
| InTemporaryKeyStore | 10 | iFob is in temporary key storage |
Example in C#
// Returns: Boolean
var item = await client.UpdateTrakaIfobStatusAsync(TrakaIfobInfo ifob, TrakaIfobStatus status);