Crate ocpp_client

Source

Re-exports§

pub use rust_ocpp;

Modules§

ocpp_1_6
ocpp_2_0_1

Structs§

ConnectOptions

Enums§

Client
Enum representing the different OCPP versions that the client can connect to.

Functions§

connect
Connect to an OCPP server using the best OCPP version available.
connect_1_6
Connect to an OCPP 1.6 server.
connect_2_0_1
Connect to an OCPP 2.0.1 server.