ocpp/v2_0_1/enum/delete_certificate_status

OCPP 2.0.1 DeleteCertificateStatus enumeration (schema DeleteCertificateStatusEnumType).

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

Types

Charging Station indicates if it can process the request.

pub type DeleteCertificateStatus {
  Accepted
  Failed
  NotFound
}

Constructors

  • Accepted
  • Failed
  • NotFound

Values

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

Decode a DeleteCertificateStatus from its exact schema token.

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

Encode a DeleteCertificateStatus to its exact schema token.

Search Document