com.caen.RFIDLibrary
Class CAENRFIDChannelReservedType

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

public final class CAENRFIDChannelReservedType
extends java.lang.Object

This class defines the CAEN RFID Channel Reserved Type.

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

Field Summary
static CAENRFIDChannelReservedType RememberLastTag
          The channel will memorize all the last tags detected.
static CAENRFIDChannelReservedType StandardChannel
          The Normal CAENRFIDChannel.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RememberLastTag

public static final CAENRFIDChannelReservedType RememberLastTag
The channel will memorize all the last tags detected.


StandardChannel

public static final CAENRFIDChannelReservedType StandardChannel
The Normal CAENRFIDChannel.