ocpp/v2_0_1/enum/get_certificate_id_use
OCPP 2.0.1 GetCertificateIdUse enumeration (schema GetCertificateIdUseEnumType).
to_json/decoder map each constructor to/from its exact schema token.
Types
pub type GetCertificateIdUse {
V2gRootCertificate
MoRootCertificate
CsmsRootCertificate
V2gCertificateChain
ManufacturerRootCertificate
}
Constructors
-
V2gRootCertificate -
MoRootCertificate -
CsmsRootCertificate -
V2gCertificateChain -
ManufacturerRootCertificate
Values
pub fn decoder() -> decode.Decoder(GetCertificateIdUse)
Decode a GetCertificateIdUse from its exact schema token.
pub fn to_json(value: GetCertificateIdUse) -> json.Json
Encode a GetCertificateIdUse to its exact schema token.