avrora.sim.mcu
Class USART.Frame

java.lang.Object
  extended byavrora.sim.mcu.USART.Frame
Enclosing class:
USART

public static class USART.Frame
extends java.lang.Object

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

value

public final int value

size

public final int size
Constructor Detail

USART.Frame

public USART.Frame(byte low,
                   boolean high,
                   int size)
Constructor for a USARTFrame. The high bit is used for 9 bit frame sizes.

Method Detail

toString

public java.lang.String toString()