|
ocpp 0.24.1
A C++ implementation of the Open Charge Point Protocol
|
Interface for handling OCPP2.0.1 CALL messages from the CSMS. Classes implementing a functional block shall extend this interface. More...
#include <message_handler.hpp>
Public Member Functions | |
| 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... | |
Interface for handling OCPP2.0.1 CALL messages from the CSMS. Classes implementing a functional block shall extend this interface.
|
pure virtual |
Handles the given message from the CSMS. This includes dispatching a CALLRESULT as a response to the incoming message .
| message |
Implemented in ocpp::v2::DataTransfer, ocpp::v2::Security, ocpp::v2::Authorization, ocpp::v2::Availability, ocpp::v2::Diagnostics, ocpp::v2::DisplayMessageBlock, ocpp::v2::FirmwareUpdate, ocpp::v2::MeterValues, ocpp::v2::Provisioning, ocpp::v2::RemoteTransactionControl, ocpp::v2::Reservation, ocpp::v2::SmartCharging, ocpp::v2::TariffAndCost, ocpp::v2::TransactionBlock, and ocpp::v2::AvailabilityInterface.