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

Method invoke

src/openni2/DeviceDriver.cpp:364–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362 }
363
364 OniStatus invoke(int commandId, void* data, int dataSize)
365 {
366 switch (commandId)
367 {
368 default:
369 case ONI_DEVICE_COMMAND_SEEK: // OniSeek
370 return ONI_STATUS_NOT_SUPPORTED;
371 }
372 }
373
374
375 /* todo: for DeviceBase

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected