ocpp/v2_0_1/enum/install_certificate_use

OCPP 2.0.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
  CsmsRootCertificate
  ManufacturerRootCertificate
}

Constructors

  • V2gRootCertificate
  • MoRootCertificate
  • CsmsRootCertificate
  • ManufacturerRootCertificate

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