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.


Field Summary
static CAENRFIDChannelReservedType RememberLastTag
          The channel will memorize all the last tags detected.
static CAENRFIDChannelReservedType StandardChannel
          The Normal CAENRFIDChannel.
 
Method Summary
protected  java.lang.String GetType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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.

Method Detail

GetType

protected java.lang.String GetType()