com.ferrettronics.device
Class DeviceProxyFactory

java.lang.Object
  |
  +--com.ferrettronics.device.DeviceProxyFactory

public class DeviceProxyFactory
extends java.lang.Object

Creates proxies.


Method Summary
static DeviceProxy getProxy(javax.comm.CommPort cp)
          Gets a communications port proxy.
static DeviceProxy getProxy(Ft649 ft649, int pin)
          Gets a 649 proxy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProxy

public static final DeviceProxy getProxy(Ft649 ft649,
                                         int pin)
Gets a 649 proxy.
Parameters:
ft649 - The Ft639 this proxy is speaking with.
pin - The pin on which this device is attached to the 649.
Returns:
A proxy for a 649.

getProxy

public static final DeviceProxy getProxy(javax.comm.CommPort cp)
Gets a communications port proxy.
Returns:
A proxy for a 649.