Example #1
0
        //回读SDK FPGA配置参数
        public static string GetSDKFPGAConfig()
        {
            string cmd = header + HwSetting.GetSDKFPGAConfig() + end;

            return(cmd);
        }
Example #2
0
        //设置SDK FPGA配置参数
        public static string SetSDKFPGAConfig(string xml)
        {
            string cmd = header + HwSetting.SetSDKFPGAConfig(xml) + end;

            return(cmd);
        }