com.ugrokit.api.UgiInventory.DetailedPerReadData Class Reference

Overview

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

Public Member Functions

Date getTimestamp ()
 Get when the find happened. More...
 
int getFrequency ()
 Get frequency the find happened at. More...
 
double getRssiI ()
 Get RSSI, I channel (0-15) More...
 
double getRssiQ ()
 Get RSSI, Q channel (0-15) More...
 
int getReadData1 ()
 Get read data. More...
 
int getReadData2 ()
 Get read data. More...
 
String toString ()
 Get a description of the tag, generally for debugging. More...
 

Member Function Documentation

◆ getTimestamp()

Date com.ugrokit.api.UgiInventory.DetailedPerReadData.getTimestamp ( )

Get when the find happened.

Returns
When the find happened

◆ getFrequency()

int com.ugrokit.api.UgiInventory.DetailedPerReadData.getFrequency ( )

Get frequency the find happened at.

Returns
frequency

◆ getRssiI()

double com.ugrokit.api.UgiInventory.DetailedPerReadData.getRssiI ( )

Get RSSI, I channel (0-15)

Returns
RSSI, I channel (0-15)

◆ getRssiQ()

double com.ugrokit.api.UgiInventory.DetailedPerReadData.getRssiQ ( )

Get RSSI, Q channel (0-15)

Returns
RSSI, Q channel (0-15)

◆ getReadData1()

int com.ugrokit.api.UgiInventory.DetailedPerReadData.getReadData1 ( )

Get read data.

Returns
Read data

◆ getReadData2()

int com.ugrokit.api.UgiInventory.DetailedPerReadData.getReadData2 ( )

Get read data.

Returns
Read data

◆ toString()

String com.ugrokit.api.UgiInventory.DetailedPerReadData.toString ( )

Get a description of the tag, generally for debugging.

Returns
string description