public class TransponderData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
NO_WORDS_WRITTEN
The value of WordsWritten when not a write response
|
Constructor and Description |
---|
TransponderData() |
TransponderData(java.lang.Integer crc,
java.lang.String epc,
java.lang.Integer index,
boolean didKill,
boolean didLock,
java.lang.Integer pc,
byte[] readData,
java.lang.Integer rssi,
java.util.Date timestamp,
TransponderAccessErrorCode accessErrorCode,
TransponderBackscatterErrorCode backscatterErrorCode,
byte[] tidData,
int wordsWritten)
Initializes a new instance of the TransponderData class
|
TransponderData(java.lang.Integer crc,
java.lang.String epc,
java.lang.Integer index,
boolean didKill,
boolean didLock,
java.lang.Integer pc,
java.lang.Integer qt,
byte[] readData,
java.lang.Integer rssi,
java.util.Date timestamp,
TransponderAccessErrorCode accessErrorCode,
TransponderBackscatterErrorCode backscatterErrorCode,
byte[] tidData,
int wordsWritten)
Initializes a new instance of the TransponderData class
|
TransponderData(java.lang.Integer crc,
java.lang.String epc,
java.lang.Integer index,
boolean didKill,
boolean didLock,
java.lang.Integer pc,
java.lang.Integer qt,
byte[] readData,
java.lang.Integer rssi,
java.lang.Integer rssiPercent,
java.util.Date timestamp,
TransponderAccessErrorCode accessErrorCode,
TransponderBackscatterErrorCode backscatterErrorCode,
byte[] tidData,
int wordsWritten,
java.lang.Integer phase,
java.lang.Integer channelFrequency,
boolean isDuplicate)
Initializes a new instance of the TransponderData class
|
Modifier and Type | Method and Description |
---|---|
boolean |
didKill() |
boolean |
didLock() |
TransponderAccessErrorCode |
getAccessErrorCode()
Gets the access error code for this transponder
|
TransponderBackscatterErrorCode |
getBackscatterErrorCode()
Gets the backscatter error for this transponder
|
java.lang.Integer |
getChannelFrequency() |
java.lang.Integer |
getCrc() |
java.lang.String |
getEpc() |
java.lang.Integer |
getIndex() |
java.lang.Integer |
getPc() |
java.lang.Integer |
getPhase() |
java.lang.Integer |
getQt() |
byte[] |
getReadData() |
java.lang.Integer |
getRssi() |
java.lang.Integer |
getRssiPercent() |
byte[] |
getTidData() |
java.util.Date |
getTimestamp()
Gets the timestamp for this transponder
|
int |
getWordsWritten() |
boolean |
isDuplicate() |
public static final int NO_WORDS_WRITTEN
public TransponderData(java.lang.Integer crc, java.lang.String epc, java.lang.Integer index, boolean didKill, boolean didLock, java.lang.Integer pc, byte[] readData, java.lang.Integer rssi, java.util.Date timestamp, TransponderAccessErrorCode accessErrorCode, TransponderBackscatterErrorCode backscatterErrorCode, byte[] tidData, int wordsWritten)
crc
- The Crc valueepc
- The Epc valueindex
- The Index valuedidKill
- - true if the transponder is the result of a successful Kill commanddidLock
- - true if the transponder is the result of a successful Lock commandpc
- The Pc valuereadData
- The ReadData valuerssi
- The Rssi valuetimestamp
- the timestamp of the transponder (based on the response's timestampaccessErrorCode
- the access error code valuebackscatterErrorCode
- the backscatter error code valuetidData
- The TID data valuewordsWritten
- The WordsWritten valuepublic TransponderData(java.lang.Integer crc, java.lang.String epc, java.lang.Integer index, boolean didKill, boolean didLock, java.lang.Integer pc, java.lang.Integer qt, byte[] readData, java.lang.Integer rssi, java.util.Date timestamp, TransponderAccessErrorCode accessErrorCode, TransponderBackscatterErrorCode backscatterErrorCode, byte[] tidData, int wordsWritten)
crc
- The Crc valueepc
- The Epc valueindex
- The Index valuedidKill
- - true if the transponder is the result of a successful Kill commanddidLock
- - true if the transponder is the result of a successful Lock commandpc
- The Pc valueqt
- The QT valuereadData
- The ReadData valuerssi
- The Rssi valuetimestamp
- the timestamp of the transponder (based on the response's timestampaccessErrorCode
- the access error code valuebackscatterErrorCode
- the backscatter error code valuetidData
- The TID data valuewordsWritten
- The WordsWritten valuepublic TransponderData(java.lang.Integer crc, java.lang.String epc, java.lang.Integer index, boolean didKill, boolean didLock, java.lang.Integer pc, java.lang.Integer qt, byte[] readData, java.lang.Integer rssi, java.lang.Integer rssiPercent, java.util.Date timestamp, TransponderAccessErrorCode accessErrorCode, TransponderBackscatterErrorCode backscatterErrorCode, byte[] tidData, int wordsWritten, java.lang.Integer phase, java.lang.Integer channelFrequency, boolean isDuplicate)
crc
- The Crc valueepc
- The Epc valueindex
- The Index valuedidKill
- - true if the transponder is the result of a successful Kill commanddidLock
- - true if the transponder is the result of a successful Lock commandpc
- The Pc valueqt
- The QT valuereadData
- The ReadData valuerssi
- The Rssi valuetimestamp
- the timestamp of the transponder (based on the response's timestampaccessErrorCode
- the access error code valuebackscatterErrorCode
- the backscatter error code valuetidData
- The TID data valuewordsWritten
- The WordsWritten valuephase
- The phase in degreeschannelFrequency
- The channel frequency in Hzpublic TransponderData()
public final java.lang.Integer getCrc()
public final java.lang.String getEpc()
public final java.lang.Integer getIndex()
public final boolean didKill()
public final boolean didLock()
public final java.lang.Integer getPc()
public final java.lang.Integer getQt()
public final byte[] getReadData()
public final java.lang.Integer getRssi()
public final java.lang.Integer getRssiPercent()
public final java.util.Date getTimestamp()
public final TransponderAccessErrorCode getAccessErrorCode()
public final TransponderBackscatterErrorCode getBackscatterErrorCode()
public final byte[] getTidData()
public final int getWordsWritten()
public final java.lang.Integer getPhase()
public final java.lang.Integer getChannelFrequency()
public final boolean isDuplicate()