//
pkg.gl
Category
github.com/GLCharge/ocpp-go
ocpp
package
0.18.2
Repository:
https://github.com/glcharge/ocpp-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
78 SLOC
#
Functions
NewError
Creates a new OCPP Error.
NewHandlerError
Creates a new OCPP Error without messageId, which is added by the handlers parent.
NewProfile
Creates a new profile, identified by a name and a set of features.
#
Constants
V16
No description provided by the author
V2
No description provided by the author
#
Structs
Error
Error wraps an OCPP error, containing an ErrorCode, a Description and the ID of the message.
Profile
Profile defines a specific set of features, grouped by functionality.
#
Interfaces
Feature
Feature represents a single functionality, associated to a unique name.
Request
Request message.
Response
Response message.
#
Type aliases
Dialect
Dialect is the OCPP version the Endpoint supports.
ErrorCode
ErrorCode defines a common code name for an error.