ocpp/v2_1/enum/iso15118_ev_certificate_status

OCPP 2.1 Iso15118EvCertificateStatus enumeration (schema Iso15118EVCertificateStatusEnumType).

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

Types

Indicates whether the message was processed properly.

pub type Iso15118EvCertificateStatus {
  Accepted
  Failed
}

Constructors

  • Accepted
  • Failed

Values

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

Decode a Iso15118EvCertificateStatus from its exact schema token.

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

Encode a Iso15118EvCertificateStatus to its exact schema token.

Search Document