Searched defs:ButtonConfig (Results 1 – 1 of 1) sorted by relevance
17 struct ButtonConfig struct19 ConfigType type;20 std::string formFactorName; // name of the button interface21 std::vector<GpioInfo> gpios; // holds single or group gpio config22 CpldInfo cpld; // holds single cpld config23 std::vector<int> fds; // store all the fds listen io event which25 nlohmann::json extraJsonInfo; // corresponding to button interface