ocpp/v1_6/enum/certificate_use

OCPP 1.6 CertificateUse enumeration.

to_json/decoder map each constructor to/from its exact schema token.

Types

pub type CertificateUse {
  CentralSystemRootCertificate
  ManufacturerRootCertificate
}

Constructors

  • CentralSystemRootCertificate
  • ManufacturerRootCertificate

Values

pub fn decoder() -> decode.Decoder(CertificateUse)

Decode a CertificateUse from its exact schema token.

pub fn to_json(value: CertificateUse) -> json.Json

Encode a CertificateUse to its exact schema token.

Search Document