View Source Cantastic.OBD2.Response (Cantastic v1.0.1)

Cantastic.OBD2.Response is a Struct used to represent one OBD2 response.

The attributes are the following:

  • :request_name The OBD2 request's name, as defined in your YAML file.
  • :mode The OBD2 mode, as defined in your YAML file.
  • :reception_timestamp The DateTime at which the frame was received by the kernel.
  • :parameters A Map of the parameters contained in this response.