Home
last modified time | relevance | path

Searched defs:RequestKey (Results 1 – 1 of 1) sorted by relevance

/openbmc/pldm/requester/
H A Dhandler.hpp39 struct RequestKey struct
41 mctp_eid_t eid; //!< MCTP endpoint ID
42 uint8_t instanceId; //!< PLDM instance ID
43 uint8_t type; //!< PLDM type
44 uint8_t command; //!< PLDM command
46 bool operator==(const RequestKey& e) const in operator ==()