enigma2  2.6
Public Member Functions | Public Attributes | List of all members
e2reactor.TwistedSocketNotifier Class Reference

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
 

Detailed Description

Connection between an fd event and reader/writer callbacks.

Constructor & Destructor Documentation

◆ __init__()

def e2reactor.TwistedSocketNotifier.__init__ (   self,
  reactor,
  watcher,
  type 
)

Member Function Documentation

◆ read()

def e2reactor.TwistedSocketNotifier.read (   self,
  sock 
)

◆ shutdown()

def e2reactor.TwistedSocketNotifier.shutdown (   self)

◆ write()

def e2reactor.TwistedSocketNotifier.write (   self,
  sock 
)

Member Data Documentation

◆ fn

e2reactor.TwistedSocketNotifier.fn

◆ reactor

e2reactor.TwistedSocketNotifier.reactor

◆ sn

e2reactor.TwistedSocketNotifier.sn

◆ sn_conn

e2reactor.TwistedSocketNotifier.sn_conn

◆ watcher

e2reactor.TwistedSocketNotifier.watcher

The documentation for this class was generated from the following file: