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

Method fillTransfer

src/transfer_pool.cpp:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227void BulkTransferPool::fillTransfer(libusb_transfer* transfer)
228{
229 transfer->type = LIBUSB_TRANSFER_TYPE_BULK;
230}
231
232void BulkTransferPool::processTransfer(libusb_transfer* transfer)
233{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected