ocpp 0.24.1
A C++ implementation of the Open Charge Point Protocol
ocpp::Websocket Member List

This is the complete list of members for ocpp::Websocket, including all inherited members.

disconnect(const WebsocketCloseReason code)ocpp::Websocket
is_connected()ocpp::Websocket
reconnect(long delay) (defined in ocpp::Websocket)ocpp::Websocket
register_connected_callback(const std::function< void(OcppProtocolVersion protocol)> &callback)ocpp::Websocket
register_connection_failed_callback(const std::function< void(ConnectionFailedReason)> &callback)ocpp::Websocket
register_disconnected_callback(const std::function< void()> &callback)ocpp::Websocket
register_message_callback(const std::function< void(const std::string &message)> &callback)ocpp::Websocket
register_stopped_connecting_callback(const std::function< void(const WebsocketCloseReason)> &callback)ocpp::Websocket
send(const std::string &message)ocpp::Websocket
set_authorization_key(const std::string &authorization_key)ocpp::Websocket
set_connection_options(const WebsocketConnectionOptions &connection_options) (defined in ocpp::Websocket)ocpp::Websocket
set_websocket_ping_interval(int32_t interval_s)ocpp::Websocket
start_connecting()ocpp::Websocket
Websocket(const WebsocketConnectionOptions &connection_options, std::shared_ptr< EvseSecurity > evse_security, std::shared_ptr< MessageLogging > logging)ocpp::Websocketexplicit
~Websocket() (defined in ocpp::Websocket)ocpp::Websocket