Lines Matching full:command
10 namespace command namespace
14 using IpmiCmdData = phosphor::host::command::IpmiCmdData;
35 /** @brief Sends input command to host
36 * Note that the command will be queued in a FIFO if
39 * @param[in] command - Input command to execute
40 * @param[in] data - Data associated with the command
42 void execute(Command command, std::variant<uint8_t> data) override;
48 /** @brief Callback function to be invoked by command manager
50 * @detail Conveys the status of the last Host bound command.
54 * @param[in] cmd - IPMI command and data sent to Host
60 } // namespace command