com.caen.RFIDLibrary
Class CAENRFIDChannel

java.lang.Object
  extended by com.caen.RFIDLibrary.CAENRFIDChannel

Deprecated.

@Deprecated
public final class CAENRFIDChannel
extends java.lang.Object

This class defines the CAEN RFID Channel.

Version:
CAENRFIDLibrary 4.2.0
Author:
Alberto Lucchesi (a.lucchesi@caen.it) CAEN SpA Computing Division @2005-2007, Andrea Iavazzo (a.iavazzo@caen.it) CAEN RFID Srl Computing Division @2009-2010

Method Summary
 void AddSource(CAENRFIDLogicalSource source)
          Deprecated. Add a Source to the Channel
 void AddTrigger(CAENRFIDTrigger trigger)
          Deprecated. Add a notify Trigger to Channel.
 boolean GetChannelStatus()
          Deprecated.  
 CAENRFIDChannelReservedType GetChannelType()
          Deprecated. Return an CAENRFIDChannelReservedType object representing the type of the ReservedChannel
 java.lang.String GetName()
          Deprecated. Get the name of the CAENRFIDChannel.
 boolean IsSourcePresent(CAENRFIDLogicalSource Source)
          Deprecated. Check if a Source is in the Channel
 boolean IsTriggerPresent(CAENRFIDTrigger Trigger)
          Deprecated. Check if a Trigger is in the Channel
 void RemoveSource(CAENRFIDLogicalSource source)
          Deprecated. Remove the Source from the Channel
 void RemoveTrigger(CAENRFIDTrigger trigger)
          Deprecated. Remove a notify Trigger from the Channel
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

AddTrigger

public void AddTrigger(CAENRFIDTrigger trigger)
                throws CAENRFIDException
Deprecated. 
Add a notify Trigger to Channel.

Parameters:
trigger - The CAENRFIDTrigger object rapresenting the Notify Trigger
Throws:
CAENRFIDException - If the Reader raises an error.

RemoveTrigger

public void RemoveTrigger(CAENRFIDTrigger trigger)
                   throws CAENRFIDException
Deprecated. 
Remove a notify Trigger from the Channel

Parameters:
trigger - The CAENRFIDTrigger object rapresenting the Notify Trigger
Throws:
CAENRFIDException - If the Reader raises an error.

AddSource

public void AddSource(CAENRFIDLogicalSource source)
               throws CAENRFIDException
Deprecated. 
Add a Source to the Channel

Parameters:
source - The CAENRFIDSource representing the Source to be added to Channel
Throws:
CAENRFIDException - If the Reader raises an error.

RemoveSource

public void RemoveSource(CAENRFIDLogicalSource source)
                  throws CAENRFIDException
Deprecated. 
Remove the Source from the Channel

Parameters:
source - The CAENRFIDSource representing the Source to be removed from Channel
Throws:
CAENRFIDException - If the Reader raises an error.

IsSourcePresent

public boolean IsSourcePresent(CAENRFIDLogicalSource Source)
                        throws CAENRFIDException
Deprecated. 
Check if a Source is in the Channel

Parameters:
Source - The CAENRFIDSource representing the Source to be checked
Returns:
A boolean value representing if the Source is in the Channel
Throws:
CAENRFIDException - If the Reader raises an error.

IsTriggerPresent

public boolean IsTriggerPresent(CAENRFIDTrigger Trigger)
                         throws CAENRFIDException
Deprecated. 
Check if a Trigger is in the Channel

Parameters:
Trigger - the CAENRFIDTrigger Object of the Trigger to be checked
Returns:
A boolean value representing if the Trigger is in the Channel
Throws:
CAENRFIDException - If the Reader raises an error.

GetName

public java.lang.String GetName()
                         throws CAENRFIDException
Deprecated. 
Get the name of the CAENRFIDChannel.

Returns:
The name of the Channel.
Throws:
CAENRFIDException - If the Reader raises an error.

GetChannelType

public CAENRFIDChannelReservedType GetChannelType()
                                           throws CAENRFIDException
Deprecated. 
Return an CAENRFIDChannelReservedType object representing the type of the ReservedChannel

Returns:
The CAENRFIDChannelReservedType object
Throws:
CAENRFIDException - If the Reader raises an error.

GetChannelStatus

public boolean GetChannelStatus()
                         throws CAENRFIDException
Deprecated. 
Throws:
CAENRFIDException