enigma2
2.6
|
Public Member Functions | |
def | __init__ (self, reactor, watcher, type) |
def | shutdown (self) |
def | read (self, sock) |
def | write (self, sock) |
Public Attributes | |
sn | |
reactor | |
watcher | |
fn | |
sn_conn | |
Connection between an fd event and reader/writer callbacks.
def e2reactor.TwistedSocketNotifier.__init__ | ( | self, | |
reactor, | |||
watcher, | |||
type | |||
) |
def e2reactor.TwistedSocketNotifier.read | ( | self, | |
sock | |||
) |
def e2reactor.TwistedSocketNotifier.shutdown | ( | self | ) |
def e2reactor.TwistedSocketNotifier.write | ( | self, | |
sock | |||
) |
e2reactor.TwistedSocketNotifier.fn |
e2reactor.TwistedSocketNotifier.reactor |
e2reactor.TwistedSocketNotifier.sn |
e2reactor.TwistedSocketNotifier.sn_conn |
e2reactor.TwistedSocketNotifier.watcher |