コード例 #1
0
 /**
  * Clear ALL sticky faults inside PCM that Compressor is wired to.
  *
  * If a sticky fault is set, then it will be persistently cleared. Compressor
  * drive maybe momentarily disable while flags are being cleared. Care should
  * be taken to not call this too frequently, otherwise normal compressor
  * functionality may be prevented.
  *
  * If no sticky faults are set then this call will have no effect.
  */
 public void ClearAllPCMStickyFaults()
 {
     HandleErr(m_impl.ClearStickyFaults());
 }