|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The USARTDevice interface describes USARTs and other serial devices which can be connected
to the USART. For simplicity, a higher-level interface communicating by frames of data is used, rather
than bits or a representation of changing voltages.
| Method Summary | |
void |
receiveFrame(USART.Frame frame)
Receive a frame. |
USART.Frame |
transmitFrame()
Transmit a frame from this device. |
| Method Detail |
public USART.Frame transmitFrame()
public void receiveFrame(USART.Frame frame)
frame - the frame to be received
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||