1#ifndef MESSAGE_HANDLER_H
2#define MESSAGE_HANDLER_H
22 const Message *request, std::vector<uint8_t> &response)
const = 0;
Callback wrapper to handle a DoIP message type at its reception.
Definition: message_handler.h:10
virtual Message * GetMessage()=0
Get an instance of the message for request handling.
virtual bool TryHandle(const Message *request, std::vector< uint8_t > &response) const =0
Try to handle a request.
DoIP generic message.
Definition: message.h:12