SP8EBC-ParaTNC/include/kiss_communication/kiss_nrc_response.h

17 wiersze
388 B
C

/*
* kiss_nrc_generator.h
*
* Created on: Jul 2, 2023
* Author: mateusz
*/
#ifndef KISS_COMMUNICATION_KISS_NRC_RESPONSE_H_
#define KISS_COMMUNICATION_KISS_NRC_RESPONSE_H_
#include <stdint.h>
int kiss_nrc_response_fill_unknown_service(uint8_t * buffer);
int kiss_nrc_response_fill_request_out_of_range(uint8_t * buffer);
#endif /* KISS_COMMUNICATION_KISS_NRC_RESPONSE_H_ */