| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
GPIOChangeEvent
See Also: GPIO.add_change_handler
| Instance Methods | |||
|
|||
|
Inherited from |
|||
| Properties | |
|
gpio The object associated with the event. |
|
|
pin The index of the pin in which the change occured. |
|
|
value The new value driven on the pin. |
|
|
timestamp The relative time in microsec at which the event occured. |
|
|
Inherited from |
|
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
| Property Details |
gpioThe object associated with the event.
|
pinThe index of the pin in which the change occured.
|
valueThe new value driven on the pin.
|
timestampThe relative time in microsec at which the event occured.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed May 19 18:23:25 2010 | http://epydoc.sourceforge.net |