ocpp/v2_0_1/enum/display_message_status

OCPP 2.0.1 DisplayMessageStatus enumeration (schema DisplayMessageStatusEnumType).

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

Types

This indicates whether the Charging Station is able to display the message.

pub type DisplayMessageStatus {
  Accepted
  NotSupportedMessageFormat
  Rejected
  NotSupportedPriority
  NotSupportedState
  UnknownTransaction
}

Constructors

  • Accepted
  • NotSupportedMessageFormat
  • Rejected
  • NotSupportedPriority
  • NotSupportedState
  • UnknownTransaction

Values

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

Decode a DisplayMessageStatus from its exact schema token.

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

Encode a DisplayMessageStatus to its exact schema token.

Search Document