UGrokItApi.UgiDetailedPerReadData Class Reference
Overview
Data for each tag read, sent if detailedPerReadData is true in the RFID configuration
Instance Methods | |
override string | ToString () |
Returns a System.String that represents the current UGrokItApi.UgiDetailedPerReadData. More... | |
Properties | |
DateTime | Timestamp [get] |
When the read happened (local time, to be consistent with DateTime.Now) More... | |
int | Frequency [get] |
Frequency the find happened at More... | |
double | RssiI [get] |
RSSI value, I channel (0-15) More... | |
double | RssiQ [get] |
RSSI value, Q channel (0-15) More... | |
int | ReadData1 [get] |
Read data (#1) More... | |
int | ReadData2 [get] |
Read data (#2) More... | |
Instance Method Documentation
◆ ToString()
|
inline |
Returns a System.String that represents the current UGrokItApi.UgiDetailedPerReadData.
- Returns
- A System.String that represents the current UGrokItApi.UgiDetailedPerReadData.
Property Documentation
◆ Timestamp
|
get |
When the read happened (local time, to be consistent with DateTime.Now)
When read
◆ Frequency
|
get |
Frequency the find happened at
Frequency
◆ RssiI
|
get |
RSSI value, I channel (0-15)
RSSI value, I channel (0-15)
◆ RssiQ
|
get |
RSSI value, Q channel (0-15)
RSSI value, Q channel (0-15)
◆ ReadData1
|
get |
Read data (#1)
Data
◆ ReadData2
|
get |
Read data (#2)
Data
Copyright © 2012-2017 U Grok It, Inc. connect@UGrokIt.com U Grok It and the U Grok It logo are registered trademarks of U Grok It, Inc. All other trademarks and copyrights are the property of their respective owners |