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

Public Member Functions

def __init__ (self, kwargs)
 

Detailed Description

BsProxy NetMsgs Class. 

Definition at line 348 of file bsProxyMsgs.py.

Constructor & Destructor Documentation

def BotSense.bsProxyMsgs.BsProxyNetMsgs.__init__ (   self,
  kwargs 
)
BsProxy NetMsgs initialization. 

Definition at line 352 of file bsProxyMsgs.py.

352  def __init__(self, **kwargs):
353  """ BsProxy NetMsgs initialization. """
354  kwargs['msgsetname'] = 'BsProxyMsgSet'
355  NetMsgsITV.__init__(self, BsProxySetMsgDef, **kwargs)

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