Fully implement Root and virutal Feature class

This commit is contained in:
pixl
2020-06-18 02:22:05 -04:00
parent c21a923ab2
commit cc025d3b96
4 changed files with 34 additions and 14 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ namespace hidpp20
Root(Device* device);
feature_info getFeature (uint16_t feature_id);
void ping();
std::tuple<uint8_t, uint8_t> getVersion();
private:
enum FeatureFlag : uint8_t
{