Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pulse-Eight/libcec
/ SetCommandCallback
Method
SetCommandCallback
src/pyCecClient/pyCecClient.py:57–58 ·
view source on GitHub ↗
(self, callback)
Source
from the content-addressed store, hash-verified
55
self.cecconfig.SetKeyPressCallback(callback)
56
57
def
SetCommandCallback(self, callback):
58
self.cecconfig.SetCommandCallback(callback)
59
60
# detect an adapter and return the com port path
61
def
DetectAdapter(self):
Callers
1
pyCecClient.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected