bytemsg            43 src/m3ua/mstm3ua.c int build_m3ua_hdr(unsigned char len,unsigned char *bytemsg)
bytemsg            47 src/m3ua/mstm3ua.c 	*bytemsg++ = M_VERSION_REL1;  // 1 Verison
bytemsg            51 src/m3ua/mstm3ua.c 	*bytemsg++ = 0x01;  // 2 RESERVED
bytemsg            52 src/m3ua/mstm3ua.c 	*bytemsg++ = 0x00;  // 2 RESERVED				
bytemsg            54 src/m3ua/mstm3ua.c 	*bytemsg++ = M_TYPE_DATA	;  // 4 Msg Type
bytemsg            56 src/m3ua/mstm3ua.c 	*bytemsg++ = len;  // 5 Msg LENGTH  81  32bit field
bytemsg            57 src/m3ua/mstm3ua.c 	*bytemsg++ = 0x00;  // 6
bytemsg            58 src/m3ua/mstm3ua.c 	*bytemsg++ = 0x00;  // 7
bytemsg            59 src/m3ua/mstm3ua.c 	*bytemsg++ = 0x00;  // 8