|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--de.wagner_ibw.iow.i2c.Monitor
Monitor for i2c bus operations.
| Constructor Summary | |
Monitor()
|
|
| Method Summary | |
void |
abortTransmission(AbstractI2CDevice dev)
Aborts the transmission. |
void |
beginTransmission(AbstractI2CDevice dev)
Begins the transmission. |
void |
endTransmission(AbstractI2CDevice dev)
Ends the transmission. |
AbstractI2CDevice |
getCurrentDevice()
Returns the currentlye active i2c device. |
java.lang.String |
toString()
Returns a string representation of the Monitor object. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Monitor()
| Method Detail |
public AbstractI2CDevice getCurrentDevice()
public void beginTransmission(AbstractI2CDevice dev)
throws java.lang.Exception
dev - i2c which begins the transmission.
java.lang.Exception - If it isn't possible to begin a transmission.public void endTransmission(AbstractI2CDevice dev)
dev - i2c which ends the transmission.public void abortTransmission(AbstractI2CDevice dev)
dev - i2c which aborts the transmission.public java.lang.String toString()
Monitor object. It consists of
different i2c device information.
toString in class java.lang.ObjectMonitor information.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||