botsense  3.2.0
RoadNarrows Client-Server Proxied Services Framework
bsProxyMsgs.py File Reference

File: bsProxyMsgs.py. More...

Go to the source code of this file.

Classes

class  BotSense.bsProxyMsgs.BsProxyMsgId
 
class  BotSense.bsProxyMsgs.BsProxyNetMsgs
 

Variables

dictionary BotSense.bsProxyMsgs.BsProxyMsgDefRspOk
 RspOk Message Definition. More...
 
dictionary BotSense.bsProxyMsgs.BsProxyMsgDefRspErr
 RspErr Message Definition. More...
 
dictionary BotSense.bsProxyMsgs.BsProxyMsgDefReqLoopback
 ReqLoopback Message Definition. More...
 
dictionary BotSense.bsProxyMsgs.BsProxyMsgDefRspLoopback
 RspLoopback Message Definition. More...
 
dictionary BotSense.bsProxyMsgs.BsProxyMsgDefReqSetLogging
 ReqSetLogging Message Definition. More...
 
dictionary BotSense.bsProxyMsgs.BsProxyMsgDefReqGetVersion
 ReqGetVersion Message Definition. More...
 
dictionary BotSense.bsProxyMsgs.BsProxyMsgDefRspGetVersion
 RspGetVersion Message Definition. More...
 
dictionary BotSense.bsProxyMsgs.BsProxyMsgDefReqMsgTrace
 ReqMsgTrace Message Definition. More...
 
dictionary BotSense.bsProxyMsgs.BsProxyMsgDefReqDevOpen
 ReqDevOpen Message Definition.
 
dictionary BotSense.bsProxyMsgs.BsProxyMsgDefRspDevOpen
 RspDevOpen Message Definition. More...
 
dictionary BotSense.bsProxyMsgs.BsProxyMsgDefReqDevClose
 ReqDevClose Message Definition. More...
 
dictionary BotSense.bsProxyMsgs.BsProxyMsgDefReqGetVConnList
 ReqGetVConnList Message Definition. More...
 
dictionary BotSense.bsProxyMsgs.BsProxyMsgDefRspGetVConnList
 RspGetVConnList Message Definition. More...
 
dictionary BotSense.bsProxyMsgs.BsProxyMsgDefReqGetVConnInfo
 ReqGetVConnInfo Message Definition. More...
 
dictionary BotSense.bsProxyMsgs.BsProxyMsgDefRspGetVConnInfo
 RspGetVConnInfo Message Definition.
 
dictionary BotSense.bsProxyMsgs.BsProxySetMsgDef
 BsProxy Message Definition Set Dictionary. More...
 

Detailed Description

File: bsProxyMsgs.py.

BotSense client application - bsProxy server-terminated core messages.

Warning
This file was auto-generated on 2018.08.10 13:54:22 from the NetMsgs XML specification bsProxyMsgs.xml.
Copyright:
(C) 2018. RoadNarrows LLC (http://www.roadnarrows.com) All Rights Reserved

Definition in file bsProxyMsgs.py.

Variable Documentation

dictionary BotSense.bsProxyMsgs.BsProxyMsgDefReqDevClose
Initial value:
1 = {
2  'fielddef': [
3  {'fid':1, 'ftype':'B', 'max_count':1, 'name':'vconn', },
4  ],
5  'ftype': '{',
6  'max_count': 1,
7  'msgid': BsProxyMsgId.ReqDevClose,
8  'name': 'ReqDevClose',
9 }

ReqDevClose Message Definition.

Definition at line 224 of file bsProxyMsgs.py.

dictionary BotSense.bsProxyMsgs.BsProxyMsgDefReqGetVConnInfo
Initial value:
1 = {
2  'fielddef': [
3  {'fid':1, 'ftype':'B', 'max_count':1, 'name':'vconn', },
4  ],
5  'ftype': '{',
6  'max_count': 1,
7  'msgid': BsProxyMsgId.ReqGetVConnInfo,
8  'name': 'ReqGetVConnInfo',
9 }

ReqGetVConnInfo Message Definition.

Definition at line 269 of file bsProxyMsgs.py.

dictionary BotSense.bsProxyMsgs.BsProxyMsgDefReqGetVConnList
Initial value:
1 = {
2  'fielddef': [ ],
3  'ftype': '{',
4  'max_count': 0,
5  'msgid': BsProxyMsgId.ReqGetVConnList,
6  'name': 'ReqGetVConnList',
7 }

ReqGetVConnList Message Definition.

Definition at line 236 of file bsProxyMsgs.py.

dictionary BotSense.bsProxyMsgs.BsProxyMsgDefReqGetVersion
Initial value:
1 = {
2  'fielddef': [ ],
3  'ftype': '{',
4  'max_count': 0,
5  'msgid': BsProxyMsgId.ReqGetVersion,
6  'name': 'ReqGetVersion',
7 }

ReqGetVersion Message Definition.

Definition at line 136 of file bsProxyMsgs.py.

dictionary BotSense.bsProxyMsgs.BsProxyMsgDefReqLoopback
Initial value:
1 = {
2  'fielddef': [
3  {
4  'fid': 1,
5  'ftype': 's',
6  'max_count': nmBase.NMStringMaxCount,
7  'name': 'cdata',
8  },
9  ],
10  'ftype': '{',
11  'max_count': 1,
12  'msgid': BsProxyMsgId.ReqLoopback,
13  'name': 'ReqLoopback',
14 }

ReqLoopback Message Definition.

Definition at line 90 of file bsProxyMsgs.py.

dictionary BotSense.bsProxyMsgs.BsProxyMsgDefReqMsgTrace
Initial value:
1 = {
2  'fielddef': [
3  {'fid':1, 'ftype':'B', 'max_count':1, 'name':'vconn', },
4  {'fid':2, 'ftype':'?', 'max_count':1, 'name':'trace', },
5  ],
6  'ftype': '{',
7  'max_count': 2,
8  'msgid': BsProxyMsgId.ReqMsgTrace,
9  'name': 'ReqMsgTrace',
10 }

ReqMsgTrace Message Definition.

Definition at line 163 of file bsProxyMsgs.py.

dictionary BotSense.bsProxyMsgs.BsProxyMsgDefReqSetLogging
Initial value:
1 = {
2  'fielddef': [
3  {'fid':1, 'ftype':'i', 'max_count':1, 'name':'level', },
4  ],
5  'ftype': '{',
6  'max_count': 1,
7  'msgid': BsProxyMsgId.ReqSetLogging,
8  'name': 'ReqSetLogging',
9 }

ReqSetLogging Message Definition.

Definition at line 124 of file bsProxyMsgs.py.

dictionary BotSense.bsProxyMsgs.BsProxyMsgDefRspDevOpen
Initial value:
1 = {
2  'fielddef': [
3  {'fid':1, 'ftype':'B', 'max_count':1, 'name':'vconn', },
4  ],
5  'ftype': '{',
6  'max_count': 1,
7  'msgid': BsProxyMsgId.RspDevOpen,
8  'name': 'RspDevOpen',
9 }

RspDevOpen Message Definition.

Definition at line 212 of file bsProxyMsgs.py.

dictionary BotSense.bsProxyMsgs.BsProxyMsgDefRspErr
Initial value:
1 = {
2  'fielddef': [
3  {'fid':1, 'ftype':'B', 'max_count':1, 'name':'ecode', },
4  {
5  'fid': 2,
6  'ftype': 's',
7  'max_count': nmBase.NMStringMaxCount,
8  'name': 'emsg',
9  },
10  ],
11  'ftype': '{',
12  'max_count': 2,
13  'msgid': BsProxyMsgId.RspErr,
14  'name': 'RspErr',
15 }

RspErr Message Definition.

Definition at line 72 of file bsProxyMsgs.py.

dictionary BotSense.bsProxyMsgs.BsProxyMsgDefRspGetVConnList
Initial value:
1 = {
2  'fielddef': [
3  {
4  'fid': 1,
5  'ftype': '[',
6  'max_count': BSPROXY_VCONN_CLIENT_MAX,
7  'name': 'vconn',
8  'vdef': {
9  'fid': nmBase.NMFIdNone,
10  'ftype': 'B',
11  'max_count': 1,
12  'name': 'vconn_item',
13  },
14  },
15  ],
16  'ftype': '{',
17  'max_count': 1,
18  'msgid': BsProxyMsgId.RspGetVConnList,
19  'name': 'RspGetVConnList',
20 }

RspGetVConnList Message Definition.

Definition at line 246 of file bsProxyMsgs.py.

dictionary BotSense.bsProxyMsgs.BsProxyMsgDefRspGetVersion
Initial value:
1 = {
2  'fielddef': [
3  {
4  'fid': 1,
5  'ftype': 's',
6  'max_count': nmBase.NMStringMaxCount,
7  'name': 'version',
8  },
9  ],
10  'ftype': '{',
11  'max_count': 1,
12  'msgid': BsProxyMsgId.RspGetVersion,
13  'name': 'RspGetVersion',
14 }

RspGetVersion Message Definition.

Definition at line 146 of file bsProxyMsgs.py.

dictionary BotSense.bsProxyMsgs.BsProxyMsgDefRspLoopback
Initial value:
1 = {
2  'fielddef': [
3  {
4  'fid': 1,
5  'ftype': 's',
6  'max_count': nmBase.NMStringMaxCount,
7  'name': 'cdata',
8  },
9  ],
10  'ftype': '{',
11  'max_count': 1,
12  'msgid': BsProxyMsgId.RspLoopback,
13  'name': 'RspLoopback',
14 }

RspLoopback Message Definition.

Definition at line 107 of file bsProxyMsgs.py.

dictionary BotSense.bsProxyMsgs.BsProxyMsgDefRspOk
Initial value:
1 = {
2  'fielddef': [ ],
3  'ftype': '{',
4  'max_count': 0,
5  'msgid': BsProxyMsgId.RspOk,
6  'name': 'RspOk',
7 }

RspOk Message Definition.

Definition at line 62 of file bsProxyMsgs.py.

dictionary BotSense.bsProxyMsgs.BsProxySetMsgDef
Initial value:
1 = {
2  BsProxyMsgId.ReqDevClose: BsProxyMsgDefReqDevClose,
3  BsProxyMsgId.ReqDevOpen: BsProxyMsgDefReqDevOpen,
4  BsProxyMsgId.ReqGetVConnInfo: BsProxyMsgDefReqGetVConnInfo,
5  BsProxyMsgId.ReqGetVConnList: BsProxyMsgDefReqGetVConnList,
6  BsProxyMsgId.ReqGetVersion: BsProxyMsgDefReqGetVersion,
7  BsProxyMsgId.ReqLoopback: BsProxyMsgDefReqLoopback,
8  BsProxyMsgId.ReqMsgTrace: BsProxyMsgDefReqMsgTrace,
9  BsProxyMsgId.ReqSetLogging: BsProxyMsgDefReqSetLogging,
10  BsProxyMsgId.RspDevOpen: BsProxyMsgDefRspDevOpen,
11  BsProxyMsgId.RspErr: BsProxyMsgDefRspErr,
12  BsProxyMsgId.RspGetVConnInfo: BsProxyMsgDefRspGetVConnInfo,
13  BsProxyMsgId.RspGetVConnList: BsProxyMsgDefRspGetVConnList,
14  BsProxyMsgId.RspGetVersion: BsProxyMsgDefRspGetVersion,
15  BsProxyMsgId.RspLoopback: BsProxyMsgDefRspLoopback,
16  BsProxyMsgId.RspOk: BsProxyMsgDefRspOk,
17 }

BsProxy Message Definition Set Dictionary.

Definition at line 324 of file bsProxyMsgs.py.