ocpp 0.24.1
A C++ implementation of the Open Charge Point Protocol
Public Member Functions | List of all members
ocpp::v2::DisplayMessageBlock Class Reference
Inheritance diagram for ocpp::v2::DisplayMessageBlock:
ocpp::v2::DisplayMessageInterface ocpp::v2::MessageHandlerInterface

Public Member Functions

 DisplayMessageBlock (const FunctionalBlockContext &functional_block_context, GetDisplayMessageCallback get_display_message_callback, SetDisplayMessageCallback set_display_message_callback, ClearDisplayMessageCallback clear_display_message_callback)
 
virtual void handle_message (const ocpp::EnhancedMessage< MessageType > &message) override
 Handles the given message from the CSMS. This includes dispatching a CALLRESULT as a response to the incoming message . More...
 
virtual void handle_message (const EnhancedMessage< MessageType > &message)=0
 Handles the given message from the CSMS. This includes dispatching a CALLRESULT as a response to the incoming message . More...
 

Member Function Documentation

◆ handle_message()

void ocpp::v2::DisplayMessageBlock::handle_message ( const ocpp::EnhancedMessage< MessageType > &  message)
overridevirtual

Handles the given message from the CSMS. This includes dispatching a CALLRESULT as a response to the incoming message .

Parameters
message

Implements ocpp::v2::MessageHandlerInterface.


The documentation for this class was generated from the following files: