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

Method setLedStatus

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

Source from the content-addressed store, hash-verified

813}
814
815void Freenect2DeviceImpl::setLedStatus(LedSettings led)
816{
817 CommandTransaction::Result result;
818 command_tx_.execute(LedSettingCommand(led), result);
819}
820
821bool Freenect2DeviceImpl::open()
822{

Callers

nothing calls this directly

Calls 2

LedSettingCommandClass · 0.85
executeMethod · 0.45

Tested by

no test coverage detected