public static void RFS(uint hDongle) { uint ret = RockeyArmHelper.Dongle_RFS(hDongle); if (ret != 0) { throw new Exception(RockeyArmHelper.GetErrorInfo(ret)); } }