ckbot :: ckmodule :: GenericModule :: Class GenericModule
[hide private]
[frames] | no frames]

Class GenericModule

source code


Concrete subclass of Module used for modules whose typecode was not recognized

Instance Methods [hide private]
 
__init__(self, nid, typecode, pna)
Concrete constructor.
source code

Inherited from Module: get_od, iterattr, iterhwaddr, iterprop, reset, start, stop

Inherited from Module (private): _getAttrProperty, _getModAttrOfClp

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from Module: newFromDiscovery

Class Variables [hide private]

Inherited from Module: Types

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, nid, typecode, pna)
(Constructor)

source code 

Concrete constructor. 

ATTRIBUTES:
  node_id -- 7 bit number to address a module uniquely
  typecode -- version number of module code 
  pna -- ProtocolNodeAdaptor -- specialized for this node_id

Overrides: object.__init__
(inherited documentation)