Exemple #1
0
        public bool TestRF()
        {
            bool          rtn = false;
            StringBuilder buf = new StringBuilder(1024);

            AgentDll.btn_check_rfoot_band(buf);
            string txt = buf.ToString();

            if (txt == "RFOOT_OK")
            {
                rtn = true;
            }
            return(rtn);
        }