Esempio n. 1
0
 /**
  * <summary>
  *   Returns the timer of the pulse counter (ms).
  * <para>
  * </para>
  * <para>
  * </para>
  * </summary>
  * <returns>
  *   an integer corresponding to the timer of the pulse counter (ms)
  * </returns>
  * <para>
  *   On failure, throws an exception or returns <c>YProximity.PULSETIMER_INVALID</c>.
  * </para>
  */
 public long get_pulseTimer()
 {
     if (_func == null)
     {
         throw new YoctoApiProxyException("No Proximity connected");
     }
     return(_func.get_pulseTimer());
 }