Zephyr Project API 4.2.99
A Scalable Open Source RTOS
|
Parameters for ocpp_init information about central system (CS) More...
#include <ocpp.h>
Data Fields | |
char * | cs_ip |
Central system IP address. | |
char * | ws_url |
Websocket url exclude ipaddr & port. | |
int | port |
Central system port number. | |
sa_family_t | sa_family |
IP protocol family type 4/6. | |
Parameters for ocpp_init information about central system (CS)
char* ocpp_cs_info::cs_ip |
Central system IP address.
int ocpp_cs_info::port |
Central system port number.
sa_family_t ocpp_cs_info::sa_family |
IP protocol family type 4/6.
char* ocpp_cs_info::ws_url |
Websocket url exclude ipaddr & port.