|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectavrora.sim.mcu.USART.Frame
A USARTFrame is a representation of the serial frames being passed between the USART
and a connected device.
| Field Summary | |
int |
size
|
int |
value
|
| Constructor Summary | |
USART.Frame(byte low,
boolean high,
int size)
Constructor for a USARTFrame. |
|
| Method Summary | |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public final int value
public final int size
| Constructor Detail |
public USART.Frame(byte low,
boolean high,
int size)
high bit is used for 9 bit frame sizes.
| Method Detail |
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||