public bool GetIgnoreLidSensor() //CWJ { bool rtn = false; try { rtn = myXmlRpcProxy.GetIgnoreLidSensor(); } catch (Exception ex) { LogException(ex, "GetIgnoreLidSensor"); } return(rtn); }