Classes. More...
Public Member Functions | |
def | __str__ |
def | check |
def | set_unknown |
Public Attributes | |
description | |
flag | |
icon | |
name | |
Static Public Attributes | |
tuple | rocon_remocon_check_up_script = utils.find_rocon_remocon_script('rocon_remocon_check_up') |
Static Private Attributes | |
list | __slots__ |
Classes.
Definition at line 34 of file rocon_masters.py.
def rocon_remocon.rocon_masters.RoconMaster.__str__ | ( | self | ) |
Definition at line 48 of file rocon_masters.py.
def rocon_remocon.rocon_masters.RoconMaster.check | ( | self | ) |
Given the uri and hostname, this proceeds to try and ping the rocon master to detect if it is available and if available, find the information on the other fields that fully describe a rocon master.
Definition at line 58 of file rocon_masters.py.
Definition at line 52 of file rocon_masters.py.
list rocon_remocon::rocon_masters.RoconMaster::__slots__ [static, private] |
[ 'index', 'name', 'uri', 'host_name', 'description', 'icon', 'flag', 'current_row', ]
Definition at line 35 of file rocon_masters.py.
Definition at line 52 of file rocon_masters.py.
Definition at line 52 of file rocon_masters.py.
Definition at line 52 of file rocon_masters.py.
Definition at line 52 of file rocon_masters.py.
tuple rocon_remocon::rocon_masters.RoconMaster::rocon_remocon_check_up_script = utils.find_rocon_remocon_script('rocon_remocon_check_up') [static] |
Definition at line 46 of file rocon_masters.py.