//回读SDK FPGA配置参数 public static string GetSDKFPGAConfig() { string cmd = header + HwSetting.GetSDKFPGAConfig() + end; return(cmd); }
//设置SDK FPGA配置参数 public static string SetSDKFPGAConfig(string xml) { string cmd = header + HwSetting.SetSDKFPGAConfig(xml) + end; return(cmd); }