Abstract superclass representing a CKBot module. Cluster creates the
appropriate Module subclass by calling Module.newFromDiscovery
|
|
|
get_od(self)
This method creates an Object dictionary for this module. |
source code
|
|
|
|
|
iterprop(self,
perm='')
Iterator for Object Dictionary properties exposed by this module |
source code
|
|
|
iterattr(self,
perm='')
Iterator for module attributes exposed by this module class |
source code
|
|
|
_getAttrProperty(self,
prop,
req)
(private) Access python attributes exposed as properties ('/@'
property names) |
source code
|
|
|
|
|
start(self)
This method sends a CAN Message to start this module. |
source code
|
|
|
stop(self)
This method sends a CAN Message to stop this module. |
source code
|
|
|
reset(self)
This method sends a CAN Message to reset this module. |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|