MCPcopy Create free account
hub / github.com/cathery/sys-con / SetLED

Method SetLED

source/ControllerLib/Controllers/Xbox360Controller.cpp:221–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221Result Xbox360Controller::SetLED(Xbox360LEDValue value)
222{
223 uint8_t ledPacket[]{0x01, 0x03, static_cast<uint8_t>(value)};
224 return m_outPipe->Write(ledPacket, sizeof(ledPacket));
225}
226
227void Xbox360Controller::LoadConfig(const ControllerConfig *config)
228{

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.80

Tested by

no test coverage detected