|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface defines an SPI device. It is used in conjunction with the LabJackWrapper class for reading and writing SPI devices as well as defining the device characteristics (i.e. length).
| Method Summary | |
int |
getBits()
Returns the read-back bits for this device, if any. |
int |
getNumberOfBits()
This is an 'internal' method. |
int |
getOutBits()
This is an 'internal' method. |
void |
setBits(int bits)
Sets the out-going bits for this device, if any. |
void |
setInBits(int inBits)
This is an 'internal' method. |
| Method Detail |
public int getBits()
public void setBits(int bits)
bits - Outgoing bits.public int getNumberOfBits()
public int getOutBits()
public void setInBits(int inBits)
inBits - Bits read from SPI device.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||