Method: Phidgets::CurrentInput#getMinCurrent

Defined in:
ext/phidgets/phidgets_current_input.c

#getMinCurrentObject Also known as: min_current

The minimum value the CurrentChange event will report.



17
18
19
# File 'ext/phidgets/phidgets_current_input.c', line 17

VALUE ph_current_input_get_min_current(VALUE self) {
  return ph_get_double(get_ph_handle(self), (phidget_get_double_func)PhidgetCurrentInput_getMinCurrent);
}