add possibility to lock/unlock the rc devices (remote control) from python
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 6 Mar 2006 12:00:06 +0000 (12:00 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 6 Mar 2006 12:00:06 +0000 (12:00 +0000)
commitc4f2b9b542581bf518bc36476e11ec15074f99b4
tree1b92b6e81cb91f471751d8b26b63b9ab7b17378e
parentc5245596a287e0519d0684eb10ea111da75b9360
add possibility to lock/unlock the rc devices (remote control) from python
it is usable by this way:
from enigma import eRCInput, eRCInputPtr (or *)
rcinput = eRCInput.getInstance()
rcinput.lock()... unlock()... islocked()
lib/driver/rc.h
lib/python/enigma_python.i