|
ocpp 0.24.1
A C++ implementation of the Open Charge Point Protocol
|
Contains a OCPP CallResult message. More...
#include <call_types.hpp>
Public Member Functions | |
| CallResult () | |
| Creates a new CallResult message object. | |
| CallResult (T msg, MessageId uniqueId) | |
Creates a new CallResult message object with the given OCPP message msg and uniqueID. | |
Public Attributes | |
| T | msg |
| MessageId | uniqueId |
Friends | |
| void | to_json (json &j, const CallResult &c) |
Conversion from a given CallResult message c to a given json object j. | |
| void | from_json (const json &j, CallResult &c) |
Conversion from a given json object j to a given CallResult message c. | |
| std::ostream & | operator<< (std::ostream &os, const CallResult &c) |
Writes the given case CallResult c to the given output stream os. More... | |
Contains a OCPP CallResult message.
|
friend |
Writes the given case CallResult c to the given output stream os.