MCPcopy Create free account
hub / github.com/T-Troll/alienfx-tools / LightQueryElement

Class LightQueryElement

LightFX/LightFX.cpp:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8using namespace std;
9
10struct LightQueryElement {
11 WORD pid;
12 byte light;
13 byte command; // 0 - color, 1 - update, 2 - set brightness
14 byte actsize;
15 AlienFX_SDK::Afx_action actions[2];
16};
17
18struct deviceQuery {
19 WORD pid;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected