Keyboard service.
More...
|
| scheduler |
|
| useTask |
|
| terminalStatus |
|
| callbacks |
|
| asciimap |
|
§ __init__()
def Keyboard.KeyboardThread.__init__ |
( |
|
self | ) |
|
Initializes KeyboardThread object
@param specification
@param motionScheduler
@param scheduler
@param useTask
§ addCallback()
def Keyboard.KeyboardThread.addCallback |
( |
|
self, |
|
|
|
index, |
|
|
|
func |
|
) |
| |
§ check()
def Keyboard.KeyboardThread.check |
( |
|
self | ) |
|
checks for keyboard input
§ doCallback()
def Keyboard.KeyboardThread.doCallback |
( |
|
self, |
|
|
|
hex = None , |
|
|
|
ascii = None |
|
) |
| |
§ hasCallback()
def Keyboard.KeyboardThread.hasCallback |
( |
|
self, |
|
|
|
index |
|
) |
| |
checks if a callback has already been added
§ printCallback()
def Keyboard.KeyboardThread.printCallback |
( |
|
self, |
|
|
|
hex, |
|
|
|
ascii |
|
) |
| |
prints hex and ascii to console
§ removeCallback()
def Keyboard.KeyboardThread.removeCallback |
( |
|
self, |
|
|
|
index |
|
) |
| |
§ start()
def Keyboard.KeyboardThread.start |
( |
|
self | ) |
|
starts the keyboard service
§ stop()
def Keyboard.KeyboardThread.stop |
( |
|
self | ) |
|
stops the keyboard service
The documentation for this class was generated from the following file: