Package conduit :: Package modules :: Package PhoneModule :: Module ScanThreads :: Class ScanThread
[hide private]

Class ScanThread

source code


Instance Methods [hide private]
 
__init__(self) source code
 
found_phone(self, address, name) source code
 
pause_scanning(self) source code
 
is_cancelled(self) source code
 
cancel(self) source code

Inherited from threading.Thread: __repr__, getName, isAlive, isDaemon, join, run, setDaemon, setName, start

Inherited from threading.Thread (private): _set_daemon

Inherited from threading._Verbose (private): _note

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]
  SLEEP_TIME = 20
  SLEEP = 0.1
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: threading.Thread.__init__