|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caen.RFIDLibrary.CAENRFIDNotify
public class CAENRFIDNotify
This class defines the CAEN RFID Notify.
Constructor Summary | |
---|---|
protected |
CAENRFIDNotify(byte[] id,
java.lang.String LS,
short len,
CAENRFIDProtocol type,
CAENRFIDTagEventType St)
|
protected |
CAENRFIDNotify(byte[] id,
java.lang.String LS,
short len,
CAENRFIDProtocol type,
CAENRFIDTagEventType St,
java.util.Date ts)
|
protected |
CAENRFIDNotify(byte[] id,
java.lang.String LS,
short len,
CAENRFIDProtocol type,
CAENRFIDTagEventType St,
java.util.Date ts,
short rssi,
byte[] tTID,
byte[] tXPC,
byte[] tPC,
java.lang.String antenna)
|
protected |
CAENRFIDNotify(byte[] id,
java.lang.String LS,
short len,
CAENRFIDProtocol type,
CAENRFIDTagEventType St,
java.util.Date ts,
short rssi,
byte[] tTID,
byte[] tXPC,
java.lang.String antenna)
|
protected |
CAENRFIDNotify(byte[] id,
java.lang.String LS,
short len,
CAENRFIDProtocol type,
CAENRFIDTagEventType St,
java.util.Date ts,
short rssi,
byte[] tTID,
java.lang.String antenna)
|
protected |
CAENRFIDNotify(byte[] id,
java.lang.String LS,
short len,
CAENRFIDProtocol type,
CAENRFIDTagEventType St,
java.util.Date ts,
short rssi,
java.lang.String antenna)
|
protected |
CAENRFIDNotify(byte[] id,
java.lang.String LS,
short len,
CAENRFIDTagEventType St)
Creates a new instance of CAENRFIDNotify |
Method Summary | |
---|---|
java.lang.String |
getAntenna()
Deprecated. |
java.util.Date |
getDate()
Get the time of tag retrieval. |
byte[] |
getPC()
This method represents the PC code in the tag. |
java.lang.String |
getReadPoint()
Get the readpoint that covers this tag |
short |
getRSSI()
Get the actual rssi of this tag from the antenna |
CAENRFIDTagEventType |
getStatus()
Deprecated. |
byte[] |
getTagID()
Get the Tag's ID |
short |
getTagLength()
Get the length of the Tag's ID |
java.lang.String |
getTagSource()
Get the Source that detected the Tag |
CAENRFIDProtocol |
getTagType()
Get the Type of the Tag's ID |
byte[] |
getTID()
Get The TID field in byte |
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 |
---|
protected CAENRFIDNotify(byte[] id, java.lang.String LS, short len, CAENRFIDTagEventType St)
protected CAENRFIDNotify(byte[] id, java.lang.String LS, short len, CAENRFIDProtocol type, CAENRFIDTagEventType St)
protected CAENRFIDNotify(byte[] id, java.lang.String LS, short len, CAENRFIDProtocol type, CAENRFIDTagEventType St, java.util.Date ts)
protected CAENRFIDNotify(byte[] id, java.lang.String LS, short len, CAENRFIDProtocol type, CAENRFIDTagEventType St, java.util.Date ts, short rssi, java.lang.String antenna)
protected CAENRFIDNotify(byte[] id, java.lang.String LS, short len, CAENRFIDProtocol type, CAENRFIDTagEventType St, java.util.Date ts, short rssi, byte[] tTID, java.lang.String antenna)
protected CAENRFIDNotify(byte[] id, java.lang.String LS, short len, CAENRFIDProtocol type, CAENRFIDTagEventType St, java.util.Date ts, short rssi, byte[] tTID, byte[] tXPC, java.lang.String antenna)
protected CAENRFIDNotify(byte[] id, java.lang.String LS, short len, CAENRFIDProtocol type, CAENRFIDTagEventType St, java.util.Date ts, short rssi, byte[] tTID, byte[] tXPC, byte[] tPC, java.lang.String antenna)
Method Detail |
---|
public byte[] getTagID()
public java.lang.String getTagSource()
public short getTagLength()
public CAENRFIDProtocol getTagType()
@Deprecated public CAENRFIDTagEventType getStatus()
@Deprecated public java.lang.String getAntenna()
public java.lang.String getReadPoint()
public java.util.Date getDate()
public short getRSSI()
public byte[] getTID()
public byte[] getXPC()
public byte[] getPC()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |