Array.<String>NumberGetDTCsResponseGetDTCsResponseArray.<String>Get the Dtc
Kind: Instance method of GetDTCsResponse
Returns: Array.<String> - the KEY_DTC value
NumberGet the EcuHeader
Kind: Instance method of GetDTCsResponse
Returns: Number - the KEY_ECU_HEADER value
GetDTCsResponseSet the Dtc
Kind: Instance method of GetDTCsResponse
Returns: GetDTCsResponse - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| dtc | Array.<String> |
Array of all reported DTCs on module (ecuHeader contains information if list is truncated). Each DTC is represented by 4 bytes (3 bytes of data and 1 byte status as defined in VHR_Layout_Specification_DTCs.pdf). - The desired Dtc. {'array_min_size': 1, 'array_max_size': 15, 'string_min_length': 1, 'string_max_length': 10} |
GetDTCsResponseSet the EcuHeader
Kind: Instance method of GetDTCsResponse
Returns: GetDTCsResponse - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| header | Number |
2 byte ECU Header for DTC response (as defined in VHR_Layout_Specification_DTCs.pdf) - The desired EcuHeader. {'num_min_value': 0, 'num_max_value': 65535} |