Lines Matching full:message
3 #include "message.hpp"
11 namespace message namespace
23 uint32_t sessionID = message::Message::MESSAGE_INVALID_SESSION_ID) : in Handler()
26 if (sessionID != message::Message::MESSAGE_INVALID_SESSION_ID) in Handler()
36 uint32_t sessionID = message::Message::MESSAGE_INVALID_SESSION_ID) : in Handler()
39 if (sessionID != message::Message::MESSAGE_INVALID_SESSION_ID) in Handler()
53 * @brief Process the incoming IPMI message
55 * The incoming payload is read from the channel. If a message is read, it
98 * header type and flatten the payload and generate the IPMI message
106 void updSessionData(std::shared_ptr<Message>& inMessage);
109 * @brief Process the incoming IPMI message
111 * The incoming message payload is handled and the command handler for
112 * the Network function and Command is executed and the response message
117 /** @brief Send the outgoing message
119 * The payload in the outgoing message is flattened and sent out on the
122 * @param[in] outMessage - Outgoing Message
124 void send(std::shared_ptr<Message> outMessage);
127 /** @brief Send the outgoing ASF message
129 * The outgoing ASF message contains only ASF message header
149 std::shared_ptr<message::Message> inMessage{};
155 } // namespace message