botsense  3.2.0
RoadNarrows Client-Server Proxied Services Framework
BotSense.bsI2CMsgs.BsI2CNetMsgs Class Reference
Inheritance diagram for BotSense.bsI2CMsgs.BsI2CNetMsgs:

Public Member Functions

def __init__ (self, kwargs)
 

Detailed Description

BsI2C NetMsgs Class. 

Definition at line 215 of file bsI2CMsgs.py.

Constructor & Destructor Documentation

def BotSense.bsI2CMsgs.BsI2CNetMsgs.__init__ (   self,
  kwargs 
)
BsI2C NetMsgs initialization. 

Definition at line 219 of file bsI2CMsgs.py.

219  def __init__(self, **kwargs):
220  """ BsI2C NetMsgs initialization. """
221  kwargs['msgsetname'] = 'BsI2CMsgSet'
222  NetMsgsITV.__init__(self, BsI2CSetMsgDef, **kwargs)
def __init__(self, kwargs)
Definition: bsI2CMsgs.py:219

The documentation for this class was generated from the following file: