Uses of Class
com.caen.RFIDLibrary.CAENRFIDLogicalSource

Packages that use CAENRFIDLogicalSource
com.caen.RFIDLibrary   
 

Uses of CAENRFIDLogicalSource in com.caen.RFIDLibrary
 

Methods in com.caen.RFIDLibrary that return CAENRFIDLogicalSource
 CAENRFIDLogicalSource CAENRFIDTag.GetSource()
          Get the Source that has detected the tag
 CAENRFIDLogicalSource CAENRFIDReader.GetSource(java.lang.String Source)
          Get a Source object
 CAENRFIDLogicalSource[] CAENRFIDReader.GetSources()
          Get the Sources available on the reader
 

Methods in com.caen.RFIDLibrary with parameters of type CAENRFIDLogicalSource
 void CAENRFIDChannel.AddSource(CAENRFIDLogicalSource source)
          Deprecated. Add a Source to the Channel
 boolean CAENRFIDTrigger.IsLinkedToSource(CAENRFIDLogicalSource Source)
          Deprecated. Check if the Trigger has been added to a Source
 boolean CAENRFIDChannel.IsSourcePresent(CAENRFIDLogicalSource Source)
          Deprecated. Check if a Source is in the Channel
 void CAENRFIDChannel.RemoveSource(CAENRFIDLogicalSource source)
          Deprecated. Remove the Source from the Channel
 

Constructors in com.caen.RFIDLibrary with parameters of type CAENRFIDLogicalSource
CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, java.lang.String ReadPoint)
           
CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, java.lang.String ReadPoint, java.util.Date timestamp)
           
CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, java.lang.String ReadPoint, short rssi)
           
CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, java.lang.String ReadPoint, short rssi, byte[] tTID)
           
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)
           
CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, java.lang.String ReadPoint, short rssi, byte[] tTID, byte[] tXPC, java.util.Date time)
           
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