File: bsI2CMsgs.py.
More...
Go to the source code of this file.
File: bsI2CMsgs.py.
BotSense bsProxy server - client raw I2C NetMsgs XML Definition
- Warning
- This file was auto-generated on 2018.08.10 13:54:23 from the NetMsgs XML specification bsI2CMsgs.xml.
- Copyright:
- (C) 2018. RoadNarrows LLC (http://www.roadnarrows.com) All Rights Reserved
Definition in file bsI2CMsgs.py.
dictionary BotSense.bsI2CMsgs.BsI2CMsgDefReqRead |
Initial value: 3 {
'fid':1,
'ftype':
'H',
'max_count':1,
'name':
'addr', },
7 'max': NMFVAL_LEN_MAX_VECTOR,
15 'msgid': BsI2CMsgId.ReqRead,
ReqRead Message Definition.
Definition at line 55 of file bsI2CMsgs.py.
dictionary BotSense.bsI2CMsgs.BsI2CMsgDefReqScan |
Initial value: 5 'msgid': BsI2CMsgId.ReqScan,
ReqScan Message Definition.
Definition at line 166 of file bsI2CMsgs.py.
dictionary BotSense.bsI2CMsgs.BsI2CMsgDefReqTrans |
Initial value: 3 {
'fid':1,
'ftype':
'H',
'max_count':1,
'name':
'addr', },
7 'max_count': nmBase.NMVectorMaxCount,
10 'fid': nmBase.NMFIdNone,
13 'name':
'writebuf_item',
19 'max': NMFVAL_LEN_MAX_VECTOR,
27 'msgid': BsI2CMsgId.ReqTrans,
ReqTrans Message Definition.
Definition at line 75 of file bsI2CMsgs.py.
dictionary BotSense.bsI2CMsgs.BsI2CMsgDefReqWrite |
Initial value: 3 {
'fid':1,
'ftype':
'H',
'max_count':1,
'name':
'addr', },
7 'max_count': nmBase.NMVectorMaxCount,
10 'fid': nmBase.NMFIdNone,
13 'name':
'writebuf_item',
19 'msgid': BsI2CMsgId.ReqWrite,
ReqWrite Message Definition.
Definition at line 130 of file bsI2CMsgs.py.
dictionary BotSense.bsI2CMsgs.BsI2CMsgDefRspRead |
Initial value: 6 'max_count': nmBase.NMVectorMaxCount,
9 'fid': nmBase.NMFIdNone,
12 'name':
'readbuf_item',
18 'msgid': BsI2CMsgId.RspRead,
RspRead Message Definition.
Definition at line 107 of file bsI2CMsgs.py.
dictionary BotSense.bsI2CMsgs.BsI2CMsgDefRspScan |
Initial value: 6 'max_count': nmBase.NMVectorMaxCount,
9 'fid': nmBase.NMFIdNone,
18 'msgid': BsI2CMsgId.RspScan,
RspScan Message Definition.
Definition at line 176 of file bsI2CMsgs.py.
dictionary BotSense.bsI2CMsgs.BsI2CMsgDefRspWrite |
Initial value: 3 {
'fid':1,
'ftype':
'B',
'max_count':1,
'name':
'byteswritten', },
7 'msgid': BsI2CMsgId.RspWrite,
RspWrite Message Definition.
Definition at line 154 of file bsI2CMsgs.py.
dictionary BotSense.bsI2CMsgs.BsI2CSetMsgDef |
Initial value: 2 BsI2CMsgId.ReqRead: BsI2CMsgDefReqRead,
3 BsI2CMsgId.ReqScan: BsI2CMsgDefReqScan,
4 BsI2CMsgId.ReqTrans: BsI2CMsgDefReqTrans,
5 BsI2CMsgId.ReqWrite: BsI2CMsgDefReqWrite,
6 BsI2CMsgId.RspRead: BsI2CMsgDefRspRead,
7 BsI2CMsgId.RspScan: BsI2CMsgDefRspScan,
8 BsI2CMsgId.RspWrite: BsI2CMsgDefRspWrite,
BsI2C Message Definition Set Dictionary.
Definition at line 199 of file bsI2CMsgs.py.