ocpp/v2_1/enum/set_network_profile_status

OCPP 2.1 SetNetworkProfileStatus enumeration (schema SetNetworkProfileStatusEnumType).

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

Types

Result of operation.

pub type SetNetworkProfileStatus {
  Accepted
  Rejected
  Failed
}

Constructors

  • Accepted
  • Rejected
  • Failed

Values

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

Decode a SetNetworkProfileStatus from its exact schema token.

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

Encode a SetNetworkProfileStatus to its exact schema token.

Search Document