MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / setIsochronousDelay

Method setIsochronousDelay

src/usb_control.cpp:251–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251UsbControl::ResultCode UsbControl::setIsochronousDelay()
252{
253 int r = libusb_ext::set_isochronous_delay(handle_, timeout_);
254
255 UsbControl::ResultCode code;
256 CHECK_LIBUSB_RESULT(code, r) << "failed to set isochronous delay! " << WRITE_LIBUSB_ERROR(r);
257 return code;
258}
259
260UsbControl::ResultCode UsbControl::setPowerStateLatencies()
261{

Callers 1

openMethod · 0.80

Calls 1

set_isochronous_delayFunction · 0.85

Tested by

no test coverage detected