ocpp/v2_1/enum/get_certificate_id_use

OCPP 2.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
  OemRootCertificate
}

Constructors

  • V2gRootCertificate
  • MoRootCertificate
  • CsmsRootCertificate
  • V2gCertificateChain
  • ManufacturerRootCertificate
  • OemRootCertificate

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.

Search Document