Searched defs:NCSICommand (Results 1 – 2 of 2) sorted by relevance
44 struct NCSICommand struct53 uint8_t opcode;54 uint8_t package;55 std::optional<uint8_t> channel;56 std::vector<unsigned char> payload;
28 NCSICommand::NCSICommand(uint8_t opcode, uint8_t package, in NCSICommand() function in phosphor::network::ncsi::NCSICommand