示例#1
0
        public bool GetIgnoreLidSensor()                               //CWJ
        {
            bool rtn = false;

            try
            {
                rtn = myXmlRpcProxy.GetIgnoreLidSensor();
            }
            catch (Exception ex)
            {
                LogException(ex, "GetIgnoreLidSensor");
            }
            return(rtn);
        }