![]() |
Python_2
1.0
|
Class for pinging a given IP, in its own thread. More...
Public Member Functions | |
def | __init__ (self, ip) |
def | getLocale (self) |
def | run (self) |
Public Attributes | |
ip | |
status | |
pingaling | |
lifeline | |
Class for pinging a given IP, in its own thread.
Class for pinging a given IP, in its own thread.
def _06_ping.testit.__init__ | ( | self, | |
ip | |||
) |
Constructor.
def _06_ping.testit.getLocale | ( | self | ) |
Returns the current locale (language,charcode).
def _06_ping.testit.run | ( | self | ) |
Returns the status of the pinged IP.
References _06_ping.testit.lifeline, _06_ping.testit.pingaling, and _06_ping.testit.status.
Referenced by _08a_pack_circles.Timer.restart(), and _08a_pack_circles.Timer.run().
_06_ping.testit.ip |
_06_ping.testit.lifeline |
Referenced by _06_ping.testit.run().
_06_ping.testit.pingaling |
Referenced by _06_ping.testit.run().
_06_ping.testit.status |
Referenced by _06_ping.testit.run().