![]() |
botsense
3.2.0
RoadNarrows Client-Server Proxied Services Framework
|
Public Member Functions | |
def | __init__ (self) |
def | __sizeof__ (self) |
def | __getitem__ (self, y) |
def | __setitem__ (self, y, v) |
def | __iter__ (self) |
def | __str__ (self) |
def | ListAttrs (self) |
BotSense Client Application Info and Callback Wrapper Class. When an application (library) establishes an application-specific virtual connection, this static information and callbacks are passed to the BotSense client library. The information and callbacks are optional. The BotSense library will ignore any member value that is set to None or if the class instance is None (everything is ignored).
Definition at line 880 of file BotSenseTypes.py.
def BotSense.BotSenseTypes.BsClientAppInfo.__init__ | ( | self | ) |
Initialize BotSense Proxy Message Header instance.
Definition at line 893 of file BotSenseTypes.py.
References BotSense.BotSenseTypes.BsProxyMsgHdr._attrlist, BotSense.BotSenseTypes.BsVConnInfo._attrlist, and BotSense.BotSenseTypes.BsClientAppInfo._attrlist.
def BotSense.BotSenseTypes.BsClientAppInfo.__getitem__ | ( | self, | |
y | |||
) |
x.__getitem__(y) <==> x[y]
Definition at line 908 of file BotSenseTypes.py.
def BotSense.BotSenseTypes.BsClientAppInfo.__iter__ | ( | self | ) |
def BotSense.BotSenseTypes.BsClientAppInfo.__setitem__ | ( | self, | |
y, | |||
v | |||
) |
x.__setitem__(y, v) <==> x[y]=v
Definition at line 914 of file BotSenseTypes.py.
References BotSense.BotSenseTypes.BsProxyMsgHdr._attrlist, BotSense.BotSenseTypes.BsVConnInfo._attrlist, and BotSense.BotSenseTypes.BsClientAppInfo._attrlist.
def BotSense.BotSenseTypes.BsClientAppInfo.__sizeof__ | ( | self | ) |
x.__sizeof__() -- size of swig object, in bytes.
Definition at line 902 of file BotSenseTypes.py.
References BotSense.BotSenseTypes.BsProxyMsgHdr._attrlist, BotSense.BotSenseTypes.BsVConnInfo._attrlist, and BotSense.BotSenseTypes.BsClientAppInfo._attrlist.
def BotSense.BotSenseTypes.BsClientAppInfo.__str__ | ( | self | ) |
x.__str__() <==> str(x) <==> print x
Definition at line 929 of file BotSenseTypes.py.
References BotSense.BotSenseTypes.BsProxyMsgHdr._attrlist, BotSense.BotSenseTypes.BsVConnInfo._attrlist, and BotSense.BotSenseTypes.BsClientAppInfo._attrlist.
def BotSense.BotSenseTypes.BsClientAppInfo.ListAttrs | ( | self | ) |
Return list of class variable attribute names.
Definition at line 938 of file BotSenseTypes.py.
References BotSense.BotSenseTypes.BsProxyMsgHdr._attrlist, BotSense.BotSenseTypes.BsVConnInfo._attrlist, and BotSense.BotSenseTypes.BsClientAppInfo._attrlist.