25 import NetMsgs.NetMsgsBase
as nmBase
26 from NetMsgs.NetMsgsLibITV
import NetMsgsITV
34 """ BsNull Message Id Enumeration class. """ 47 BsNullMsgDefReqWrite = {
52 'max_count': nmBase.NMVectorMaxCount,
55 'fid': nmBase.NMFIdNone,
58 'name':
'writebuf_item',
64 'msgid': BsNullMsgId.ReqWrite,
70 BsNullMsgDefRspWrite = {
72 {
'fid':1,
'ftype':
'B',
'max_count':1,
'name':
'byteswritten', },
76 'msgid': BsNullMsgId.RspWrite,
83 BsNullMsgId.ReqWrite: BsNullMsgDefReqWrite,
84 BsNullMsgId.RspWrite: BsNullMsgDefRspWrite,
94 """ BsNull NetMsgs Class. """ 98 """ BsNull NetMsgs initialization. """ 99 kwargs[
'msgsetname'] =
'BsNullMsgSet' 100 NetMsgsITV.__init__(self, BsNullSetMsgDef, **kwargs)
def __init__(self, kwargs)