Uses of Class
com.caen.RFIDLibrary.CAENRFIDLogicalSource

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, 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