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

Method setLedStatus

src/libfreenect2.cpp:298–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296 virtual uint32_t getColorSetting(ColorSettingCommandType cmd) { return 0u; }
297 virtual float getColorSettingFloat(ColorSettingCommandType cmd) { return 0.0f; }
298 virtual void setLedStatus(LedSettings led) {}
299
300 bool open();
301

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected