UGrokItApi.UgiDetailedPerReadData Class Reference

Overview

Data for each tag read, sent if detailedPerReadData is true in the RFID configuration

Instance Methods

override string ToString ()
 String for debugging More...
 

Properties

DateTime Timestamp [get]
 When the read happened 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

override string UGrokItApi.UgiDetailedPerReadData.ToString ( )
inline

String for debugging

Returns
string

Property Documentation

DateTime UGrokItApi.UgiDetailedPerReadData.Timestamp
get

When the read happened

When read

int UGrokItApi.UgiDetailedPerReadData.Frequency
get

Frequency the find happened at

Frequency

double UGrokItApi.UgiDetailedPerReadData.RssiI
get

RSSI value, I channel (0-15)

RSSI value, I channel (0-15)

double UGrokItApi.UgiDetailedPerReadData.RssiQ
get

RSSI value, Q channel (0-15)

RSSI value, Q channel (0-15)

int UGrokItApi.UgiDetailedPerReadData.ReadData1
get

Read data (#1)

Data

int UGrokItApi.UgiDetailedPerReadData.ReadData2
get

Read data (#2)

Data