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

Method SetLED

source/ControllerLib/Controllers/Xbox360WirelessController.cpp:242–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242Result Xbox360WirelessController::SetLED(Xbox360LEDValue value)
243{
244 uint8_t customLEDPacket[]{0x00, 0x00, 0x08, static_cast<uint8_t>(value | 0x40), 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
245 return WriteToEndpoint(customLEDPacket, sizeof(customLEDPacket));
246}
247
248void Xbox360WirelessController::LoadConfig(const ControllerConfig *config)
249{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected