com.caen.RFIDLibrary
Class CAENRFIDRS232Constants

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

public final class CAENRFIDRS232Constants
extends java.lang.Object

This class defines the CAEN RFID RS232 Constant values


Field Summary
static CAENRFIDRS232Constants CAENRFID_RS232_FlowControl_Hardware
           
static CAENRFIDRS232Constants CAENRFID_RS232_FlowControl_None
           
static CAENRFIDRS232Constants CAENRFID_RS232_FlowControl_XonXoff
           
static CAENRFIDRS232Constants CAENRS232_Parity_Even
           
static CAENRFIDRS232Constants CAENRS232_Parity_None
           
static CAENRFIDRS232Constants CAENRS232_Parity_Odd
           
 
Method Summary
 int getIntValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CAENRS232_Parity_None

public static final CAENRFIDRS232Constants CAENRS232_Parity_None

CAENRS232_Parity_Odd

public static final CAENRFIDRS232Constants CAENRS232_Parity_Odd

CAENRS232_Parity_Even

public static final CAENRFIDRS232Constants CAENRS232_Parity_Even

CAENRFID_RS232_FlowControl_XonXoff

public static final CAENRFIDRS232Constants CAENRFID_RS232_FlowControl_XonXoff

CAENRFID_RS232_FlowControl_Hardware

public static final CAENRFIDRS232Constants CAENRFID_RS232_FlowControl_Hardware

CAENRFID_RS232_FlowControl_None

public static final CAENRFIDRS232Constants CAENRFID_RS232_FlowControl_None
Method Detail

getIntValue

public int getIntValue()