ocpp/v2_1/enum/der_control_status

OCPP 2.1 DerControlStatus enumeration (schema DERControlStatusEnumType).

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

Types

Result of operation.

pub type DerControlStatus {
  Accepted
  Rejected
  NotSupported
  NotFound
}

Constructors

  • Accepted
  • Rejected
  • NotSupported
  • NotFound

Values

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

Decode a DerControlStatus from its exact schema token.

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

Encode a DerControlStatus to its exact schema token.

Search Document