ocpp/v2_0_1/enum/get_certificate_status

OCPP 2.0.1 GetCertificateStatus enumeration (schema GetCertificateStatusEnumType).

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

Types

This indicates whether the charging station was able to retrieve the OCSP certificate status.

pub type GetCertificateStatus {
  Accepted
  Failed
}

Constructors

  • Accepted
  • Failed

Values

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

Decode a GetCertificateStatus from its exact schema token.

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

Encode a GetCertificateStatus to its exact schema token.

Search Document