com.caen.RFIDLibrary
Class CAENRFIDPort

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

public final class CAENRFIDPort
extends java.lang.Object

This class enumarates all the communication supported by the CAEN RFID Reader


Field Summary
static CAENRFIDPort CAENRFID_RS232
          A RS232 communication
static CAENRFIDPort CAENRFID_RS485
          A RS485 Communication
static CAENRFIDPort CAENRFID_TCP
          A standard TCP/IP Communication
static CAENRFIDPort CAENRFID_USB
          A USB Communication
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CAENRFID_TCP

public static final CAENRFIDPort CAENRFID_TCP
A standard TCP/IP Communication


CAENRFID_RS232

public static final CAENRFIDPort CAENRFID_RS232
A RS232 communication


CAENRFID_USB

public static final CAENRFIDPort CAENRFID_USB
A USB Communication


CAENRFID_RS485

public static final CAENRFIDPort CAENRFID_RS485
A RS485 Communication