Example #1
0
            internal void _SendLmBusMsg(LmBusMsg msg)
            {
                byte[] buf = new byte[LMWIN_HEAD_LEN + LMWIN_DATA_LM_LEN]; // 41

                //int nCmd = (int)msg.Cmd;
                byte nCmd = (byte)msg.Cmd;

                buf[TEL_POS + LM_TEL_POS_BUS_CMD] = (byte)nCmd; // (byte)msg.Cmd;
            }
Example #2
0
            internal void _SendLmBusMsg(LmBusMsg msg)
            {
                byte[] buf = new byte[LMWIN_HEAD_LEN + LMWIN_DATA_LM_LEN]; // 41 

                //int nCmd = (int)msg.Cmd; 
                byte nCmd = (byte)msg.Cmd;

                buf[TEL_POS + LM_TEL_POS_BUS_CMD] = (byte)nCmd; // (byte)msg.Cmd; 

            }