private static CZW_61506_0411_177_Mod.烟感和激光使能 GetJC_3(byte content)
        {
            CZW_61506_0411_177_Mod.烟感和激光使能 info = new CZW_61506_0411_177_Mod.烟感和激光使能();


            info.烟感级别 = Bit.GetBitR(content, 1, 7);
            info.激光使能 = Bit.GetBitR(content, 0, 1);


            return(info);
        }
        public static DJJ_61443_8016_01_Mod GetMod(byte[] content)
        {
            DJJ_61443_8016_01_Mod info = new DJJ_61443_8016_01_Mod();

            info.设备时间 = ConverUtil.Time(content, 0);
            info.中继号  = content[6].ToString();
            info.设备类型 = ConverUtil.ByteToInt_2(content, 7);
            info.设备编号 = ConverUtil.ByteToInt_4(content, 9);
            info.命令字  = content[13];

            info.省    = content[14].ToString();
            info.市    = content[15].ToString();
            info.卡类型  = (Bit.GetBitR(content[16], 4, 7)).ToString();
            info.运动状态 = (Bit.GetBin(content[16], 0)).ToString();
            info.电量   = (Convert.ToDouble(content[17]) / 10).ToString();;
            info.版本号  = content[18].ToString();

            return(info);
        }