package
0.18.2
Repository: https://github.com/glcharge/ocpp-go.git
Documentation: pkg.go.dev

# Functions

Creates a new DeleteCertificateRequest, containing all required fields.
Creates a new DeleteCertificateResponse, containing all required fields.
Creates a new GetInstalledCertificateIdsRequest, containing all required fields.
Creates a new NewGetInstalledCertificateIdsResponse, containing all required fields.
Creates a new InstallCertificateRequest, containing all required fields.
Creates a new InstallCertificateResponse, containing all required fields.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Normal successful completion (no errors).
Requested resource not found.
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

The CSMS requests the Charging Station to delete a specific installed certificate by sending a DeleteCertificateRequest.
The field definition of the DeleteCertificate request payload sent by the CSMS to the Charging Station.
This field definition of the DeleteCertificate response payload, sent by the Charging Station to the CSMS in response to a DeleteCertificateRequest.
To facilitate the management of the Charging Station’s installed certificates, a method of retrieving the installed certificates is provided.
The field definition of the GetInstalledCertificateIdsRequest PDU sent by the CSMS to the Charging Station.
The field definition of the GetInstalledCertificateIds response payload sent by the Charging Station to the CSMS in response to a GetInstalledCertificateIdsRequest.
The CSMS requests the Charging Station to install a new certificate by sending an InstallCertificateRequest.
The field definition of the InstallCertificate request payload sent by the CSMS to the Charging Station.
This field definition of the InstallCertificate response payload, sent by the Charging Station to the CSMS in response to a InstallCertificateRequest.

# Interfaces

Needs to be implemented by Charging stations for handling messages part of the OCPP 1.6j security extension.

# Type aliases

Status returned in response to DeleteCertificateRequest.
Status returned in response to GetInstalledCertificateIdsRequest, that indicates whether certificate signing has been accepted or rejected.
Charging Station indicates if installation was successful.