File: bsSerialMsgs.py.
More...
Go to the source code of this file.
File: bsSerialMsgs.py.
BotSense bsProxy server - client raw serial NetMsgs XML Definition
- Warning
- This file was auto-generated on 2018.08.10 13:54:23 from the NetMsgs XML specification bsSerialMsgs.xml.
- Copyright:
- (C) 2018. RoadNarrows LLC (http://www.roadnarrows.com) All Rights Reserved
Definition in file bsSerialMsgs.py.
dictionary BotSense.bsSerialMsgs.BsSerialMsgDefReqOpenArgs |
Initial value: 3 {
'fid':1,
'ftype':
'I',
'max_count':1,
'name':
'baudrate', },
4 {
'fid':2,
'ftype':
'B',
'max_count':1,
'name':
'bytesize', },
5 {
'fid':3,
'ftype':
'c',
'max_count':1,
'name':
'parity', },
6 {
'fid':4,
'ftype':
'B',
'max_count':1,
'name':
'stopbits', },
7 {
'fid':5,
'ftype':
'?',
'max_count':1,
'name':
'rtscts', },
8 {
'fid':6,
'ftype':
'?',
'max_count':1,
'name':
'xonxoff', },
12 'msgid': BsSerialMsgId.ReqOpenArgs,
13 'name':
'ReqOpenArgs',
ReqOpenArgs Message Definition.
Definition at line 54 of file bsSerialMsgs.py.
dictionary BotSense.bsSerialMsgs.BsSerialMsgDefReqRead |
Initial value: 6 'max': NMFVAL_LEN_MAX_VECTOR,
14 'msgid': BsSerialMsgId.ReqRead,
ReqRead Message Definition.
Definition at line 71 of file bsSerialMsgs.py.
dictionary BotSense.bsSerialMsgs.BsSerialMsgDefReqTrans |
Initial value: 6 'max_count': nmBase.NMVectorMaxCount,
9 'fid': nmBase.NMFIdNone,
12 'name':
'writebuf_item',
18 'max': NMFVAL_LEN_MAX_VECTOR,
26 'msgid': BsSerialMsgId.ReqTrans,
ReqTrans Message Definition.
Definition at line 90 of file bsSerialMsgs.py.
dictionary BotSense.bsSerialMsgs.BsSerialMsgDefReqWrite |
Initial value: 6 'max_count': nmBase.NMVectorMaxCount,
9 'fid': nmBase.NMFIdNone,
12 'name':
'writebuf_item',
18 'msgid': BsSerialMsgId.ReqWrite,
ReqWrite Message Definition.
Definition at line 144 of file bsSerialMsgs.py.
dictionary BotSense.bsSerialMsgs.BsSerialMsgDefRspRead |
Initial value: 6 'max_count': nmBase.NMVectorMaxCount,
9 'fid': nmBase.NMFIdNone,
12 'name':
'readbuf_item',
18 'msgid': BsSerialMsgId.RspRead,
RspRead Message Definition.
Definition at line 121 of file bsSerialMsgs.py.
dictionary BotSense.bsSerialMsgs.BsSerialMsgDefRspWrite |
Initial value: 3 {
'fid':1,
'ftype':
'B',
'max_count':1,
'name':
'byteswritten', },
7 'msgid': BsSerialMsgId.RspWrite,
RspWrite Message Definition.
Definition at line 167 of file bsSerialMsgs.py.
dictionary BotSense.bsSerialMsgs.BsSerialSetMsgDef |
Initial value: 2 BsSerialMsgId.ReqOpenArgs: BsSerialMsgDefReqOpenArgs,
3 BsSerialMsgId.ReqRead: BsSerialMsgDefReqRead,
4 BsSerialMsgId.ReqTrans: BsSerialMsgDefReqTrans,
5 BsSerialMsgId.ReqWrite: BsSerialMsgDefReqWrite,
6 BsSerialMsgId.RspRead: BsSerialMsgDefRspRead,
7 BsSerialMsgId.RspWrite: BsSerialMsgDefRspWrite,
BsSerial Message Definition Set Dictionary.
Definition at line 179 of file bsSerialMsgs.py.