| 8 | using namespace std; |
| 9 | |
| 10 | struct 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 | |
| 18 | struct deviceQuery { |
| 19 | WORD pid; |
nothing calls this directly
no outgoing calls
no test coverage detected