|
|||||||||
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.
Constructor Summary | |
---|---|
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 |
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 |
---|
equals, 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.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 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 |