Method: Phidgets::DCMotor#getDataInterval

Defined in:
ext/phidgets/phidgets_dc_motor.c

#getDataIntervalObject Also known as: data_interval

The DataInterval is the time that must elapse before the controller will fire another update event. The data interval is bounded by MinDataInterval and MaxDataInterval.



91
92
93
# File 'ext/phidgets/phidgets_dc_motor.c', line 91

VALUE ph_dc_motor_get_data_interval(VALUE self) {
  return ph_get_uint(get_ph_handle(self), (phidget_get_uint_func)PhidgetDCMotor_getDataInterval);
}