dioscuri.module.keyboard
Class KeyboardInternalBuffer

java.lang.Object
  extended by dioscuri.module.keyboard.KeyboardInternalBuffer

public class KeyboardInternalBuffer
extends java.lang.Object

Internal keyboard buffer Virtual buffer - located in the keyboard hardware Contains data intended for controller (ACKS/NACKS, scancodes, etc.)


Field Summary
protected static int NUM_ELEMENTS
           
 
Constructor Summary
KeyboardInternalBuffer()
           
 
Method Summary
 java.util.List<java.lang.Byte> getBuffer()
          Returns a List of data elements (as bytes) of this internal buffer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NUM_ELEMENTS

protected static final int NUM_ELEMENTS
See Also:
Constant Field Values
Constructor Detail

KeyboardInternalBuffer

public KeyboardInternalBuffer()
Method Detail

getBuffer

public java.util.List<java.lang.Byte> getBuffer()
Returns a List of data elements (as bytes) of this internal buffer.

Returns:
a List of data elements (as bytes) of this internal buffer.