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()

override string UGrokItApi.UgiDetailedPerReadData.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

DateTime UGrokItApi.UgiDetailedPerReadData.Timestamp
get

When the read happened (local time, to be consistent with DateTime.Now)

When read

◆ Frequency

int UGrokItApi.UgiDetailedPerReadData.Frequency
get

Frequency the find happened at

Frequency

◆ RssiI

double UGrokItApi.UgiDetailedPerReadData.RssiI
get

RSSI value, I channel (0-15)

RSSI value, I channel (0-15)

◆ RssiQ

double UGrokItApi.UgiDetailedPerReadData.RssiQ
get

RSSI value, Q channel (0-15)

RSSI value, Q channel (0-15)

◆ ReadData1

int UGrokItApi.UgiDetailedPerReadData.ReadData1
get

Read data (#1)

Data

◆ ReadData2

int UGrokItApi.UgiDetailedPerReadData.ReadData2
get

Read data (#2)

Data