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

Method CommandTransaction

src/command_transaction.cpp:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38namespace protocol
39{
40CommandTransaction::CommandTransaction(libusb_device_handle *handle, int inbound_endpoint, int outbound_endpoint) :
41 handle_(handle),
42 inbound_endpoint_(inbound_endpoint),
43 outbound_endpoint_(outbound_endpoint),
44 timeout_(1000)
45{
46}
47
48CommandTransaction::~CommandTransaction() {}
49

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected