|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caen.RFIDLibrary.CAENRFIDTag
public final class CAENRFIDTag
This class defines the CAEN RFID Tag.
Nested Class Summary | |
---|---|
static class |
CAENRFIDTag.MemBanks
|
Constructor Summary | |
---|---|
protected |
CAENRFIDTag(byte[] Id,
CAENRFIDProtocol type,
short length,
CAENRFIDLogicalSource Source,
java.lang.String ReadPoint)
|
protected |
CAENRFIDTag(byte[] Id,
CAENRFIDProtocol type,
short length,
CAENRFIDLogicalSource Source,
java.lang.String ReadPoint,
java.util.Date timestamp)
|
protected |
CAENRFIDTag(byte[] Id,
CAENRFIDProtocol type,
short length,
CAENRFIDLogicalSource Source,
java.lang.String ReadPoint,
short rssi)
|
protected |
CAENRFIDTag(byte[] Id,
CAENRFIDProtocol type,
short length,
CAENRFIDLogicalSource Source,
java.lang.String ReadPoint,
short rssi,
byte[] tTID)
|
protected |
CAENRFIDTag(byte[] Id,
CAENRFIDProtocol type,
short length,
CAENRFIDLogicalSource Source,
java.lang.String ReadPoint,
short rssi,
byte[] tTID,
byte[] tXPC,
byte[] tPC,
java.util.Date time)
|
protected |
CAENRFIDTag(byte[] Id,
CAENRFIDProtocol type,
short length,
CAENRFIDLogicalSource Source,
java.lang.String ReadPoint,
short rssi,
byte[] tTID,
byte[] tXPC,
java.util.Date time)
|
protected |
CAENRFIDTag(byte[] Id,
CAENRFIDProtocol type,
short length,
CAENRFIDLogicalSource Source,
java.lang.String ReadPoint,
short rssi,
byte[] tTID,
java.util.Date time)
|
|
CAENRFIDTag(byte[] Id,
short length,
CAENRFIDLogicalSource Source)
Creates a new instance of CAENRFIDTag |
|
CAENRFIDTag(byte[] Id,
short length,
CAENRFIDLogicalSource Source,
java.lang.String ReadPoint)
Creates a new instance of CAENRFIDTag |
Method Summary | |
---|---|
java.lang.String |
GetAntenna()
Get the Antenna That has detect the Tag |
byte[] |
GetId()
Get the Tag's ID |
short |
GetLength()
Get the Tag's length |
byte[] |
GetPC()
Get the pc of this tag. |
java.lang.String |
GetReadPoint()
Get the ReadPoint that has detected the tag |
short |
GetRSSI()
Get the Tag's RSSI |
CAENRFIDLogicalSource |
GetSource()
Get the Source that has detected the tag |
byte[] |
GetTID()
Gets the TID field in this tag's memory |
java.util.Date |
GetTimeStamp()
Get the TimeStamp of the Tag |
CAENRFIDProtocol |
GetType()
Get the type of the protocol |
byte[] |
GetXPC()
Get the XPC of this tag, if exists. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CAENRFIDTag(byte[] Id, short length, CAENRFIDLogicalSource Source) throws CAENRFIDException
Id
- the Tag's IDlength
- the Tag's lengthSource
- The CAENRFIDLogicalSource representing the Source that has detected the Tag
CAENRFIDException
- If the Reader raises an error.public CAENRFIDTag(byte[] Id, short length, CAENRFIDLogicalSource Source, java.lang.String ReadPoint) throws CAENRFIDException
Id
- the Tag's IDlength
- the Tag's lengthSource
- The CAENRFIDLogicalSource representing the Source that has detected the TagReadPoint
- The name of the ReadPoint in Source that has detected the Tag
CAENRFIDException
- If the Reader raises an error.protected CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, java.lang.String ReadPoint) throws CAENRFIDException
CAENRFIDException
protected CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, java.lang.String ReadPoint, java.util.Date timestamp) throws CAENRFIDException
CAENRFIDException
protected CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, java.lang.String ReadPoint, short rssi) throws CAENRFIDException
CAENRFIDException
protected CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, java.lang.String ReadPoint, short rssi, byte[] tTID) throws CAENRFIDException
CAENRFIDException
protected CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, java.lang.String ReadPoint, short rssi, byte[] tTID, java.util.Date time) throws CAENRFIDException
CAENRFIDException
protected CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, java.lang.String ReadPoint, short rssi, byte[] tTID, byte[] tXPC, java.util.Date time) throws CAENRFIDException
CAENRFIDException
protected CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, java.lang.String ReadPoint, short rssi, byte[] tTID, byte[] tXPC, byte[] tPC, java.util.Date time) throws CAENRFIDException
CAENRFIDException
Method Detail |
---|
public byte[] GetId()
public byte[] GetTID()
public short GetLength()
public short GetRSSI()
public CAENRFIDLogicalSource GetSource()
public CAENRFIDProtocol GetType()
public java.util.Date GetTimeStamp()
public java.lang.String GetAntenna()
public byte[] GetXPC()
public byte[] GetPC()
public java.lang.String GetReadPoint() throws CAENRFIDException
CAENRFIDException
- If the Reader raises an error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |