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

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 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
equals, 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