ocpp/v2_1/enum/install_certificate_use

OCPP 2.1 InstallCertificateUse enumeration (schema InstallCertificateUseEnumType).

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

Types

Indicates the certificate type that is sent.

pub type InstallCertificateUse {
  V2gRootCertificate
  MoRootCertificate
  ManufacturerRootCertificate
  CsmsRootCertificate
  OemRootCertificate
}

Constructors

  • V2gRootCertificate
  • MoRootCertificate
  • ManufacturerRootCertificate
  • CsmsRootCertificate
  • OemRootCertificate

Values

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

Decode a InstallCertificateUse from its exact schema token.

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

Encode a InstallCertificateUse to its exact schema token.

Search Document