|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ferrettronics.device.Ft649Proxy
Implementation of a proxy for a communications port.
Constructor Summary | |
Ft649Proxy(Ft649 ft649,
int p)
Create a Ft649Proxy. |
Method Summary | |
Ft649 |
getFt649()
Gets the 649 that this proxy is talking with. |
int |
getPin()
Gets the 649 pin attaching this device to the 649. |
void |
send(byte[] ab)
Send an array of bytes to the device. |
void |
send(int b)
Send a byte to the device. |
void |
setFt649(Ft649 chip)
Sets the 649 that this proxy is attached to. |
void |
setPin(int p)
Sets the 649 pin attaching this device to the 649. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Ft649Proxy(Ft649 ft649, int p)
ft649
- 649 to write to.p
- The pin this device is attached to the 649 by.Method Detail |
public void send(byte[] ab)
ab
- The array of bytes to send.public void send(int b)
b
- An int containing a byte to be sent.public Ft649 getFt649()
public void setFt649(Ft649 chip)
chip
- Specifies the 649.public int getPin()
public void setPin(int p)
p
- Specifies the pin.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |