|
Zephyr API Documentation 4.3.0-rc1
A Scalable Open Source RTOS
|
Parameters for ocpp_init information about Charge Point (CP) all are string literal except num_of_con. More...
#include <zephyr/net/ocpp.h>
Data Fields | |
| char * | model |
| Charge Point (CP) model. | |
| char * | vendor |
| CP vendor. | |
| int | num_of_con |
| Max. | |
| char * | sl_no |
| optional fields | |
| char * | box_sl_no |
| Box serial number. | |
| char * | fw_ver |
| Firmware version. | |
| char * | iccid |
| ICC ID. | |
| char * | imsi |
| IMSI. | |
| char * | meter_sl_no |
| Main power meter serial number. | |
| char * | meter_type |
| Main power meter type. | |
Parameters for ocpp_init information about Charge Point (CP) all are string literal except num_of_con.
| char* ocpp_cp_info::box_sl_no |
Box serial number.
| char* ocpp_cp_info::fw_ver |
Firmware version.
| char* ocpp_cp_info::iccid |
ICC ID.
| char* ocpp_cp_info::imsi |
IMSI.
| char* ocpp_cp_info::meter_sl_no |
Main power meter serial number.
| char* ocpp_cp_info::meter_type |
Main power meter type.
| char* ocpp_cp_info::model |
Charge Point (CP) model.
| int ocpp_cp_info::num_of_con |
Max.
number of connector supports
| char* ocpp_cp_info::sl_no |
optional fields
CP serial number
| char* ocpp_cp_info::vendor |
CP vendor.