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

Method isCommandSupported

src/openni2/DeviceDriver.cpp:354–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352 }
353
354 OniBool isCommandSupported(int commandId)
355 {
356 switch (commandId)
357 {
358 default:
359 case ONI_DEVICE_COMMAND_SEEK:
360 return false;
361 }
362 }
363
364 OniStatus invoke(int commandId, void* data, int dataSize)
365 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected