コード例 #1
0
        /**
         * @return true if PCM is in fault state : Compressor Drive is disabled due to
         * compressor current being too high.
         */
        public bool GetCompressorCurrentTooHighFault()
        {
            bool retval;

            HandleErr(m_impl.GetFault_CompCurrentTooHigh(out retval));
            return(retval);
        }