Method: Phidgets::CurrentInput#getMaxCurrent
- Defined in:
- ext/phidgets/phidgets_current_input.c
#getMaxCurrent ⇒ Object Also known as: max_current
The maximum value the CurrentChange event will report.
21 22 23 |
# File 'ext/phidgets/phidgets_current_input.c', line 21 VALUE ph_current_input_get_max_current(VALUE self) { return ph_get_double(get_ph_handle(self), (phidget_get_double_func)PhidgetCurrentInput_getMaxCurrent); } |