Session is a flag that indicates whether a tag may respond to an reader. Tags maintain a separate inventoried
flag for each of four sessions.
Namespace:
com.gigatms.Parameters.TS100
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
SyntaxPublic Enumeration Session
public enum class Session
Members
| Member name | Value | Description |
---|
| S0 | 0 |
Session 0 is selected for an inventory round.
|
| S1 | 1 |
Session 1 is selected for an inventory round.
|
| S2 | 2 |
Session 2 is selected for an inventory round.
|
| S3 | 3 |
Session 3 is selected for an inventory round.
|
| SL | 4 |
A selected flag, SL, which a reader may assert or deassert using a Select command.
|
See Also