com.caen.RFIDLibrary
Class CAENRFIDTrigger

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

Deprecated.

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

This class defines the CAEN RFID Trigger.

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
 int GetIOLineValue()
          Deprecated. Get the I/O line that fire the Trigger
 java.lang.String GetName()
          Deprecated. Get the name of the Trigger
 int GetTimerValue()
          Deprecated. Get the Timer of the Trigger
 boolean IsLinkedToChannel(CAENRFIDChannel Channel)
          Deprecated. Check if the Trigger has been added to a Channel
 boolean IsLinkedToSource(CAENRFIDLogicalSource Source)
          Deprecated. Check if the Trigger has been added to a Source
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

GetName

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

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

GetIOLineValue

public int GetIOLineValue()
                   throws CAENRFIDException
Deprecated. 
Get the I/O line that fire the Trigger

Returns:
a number representing the I/O line
Throws:
CAENRFIDException - If the Reader raises an error.

GetTimerValue

public int GetTimerValue()
                  throws CAENRFIDException
Deprecated. 
Get the Timer of the Trigger

Returns:
A number representing the timer value in millisecond
Throws:
CAENRFIDException - If the Reader raises an error.

IsLinkedToChannel

public boolean IsLinkedToChannel(CAENRFIDChannel Channel)
                          throws CAENRFIDException
Deprecated. 
Check if the Trigger has been added to a Channel

Parameters:
Channel - the CAENRFID Channel object representing the Channel to be checked
Returns:
A boolean value representing if the Trigger has been add to Channel
Throws:
CAENRFIDException - If the Reader raises an error.

IsLinkedToSource

public boolean IsLinkedToSource(CAENRFIDLogicalSource Source)
                         throws CAENRFIDException
Deprecated. 
Check if the Trigger has been added to a Source

Parameters:
Source - The CAENRFIDLogicalSource representing the Source to be checked
Returns:
A boolean value representing if the Trigger has been add to Source
Throws:
CAENRFIDException - If the Reader raises an error.