Files
luban-lite/packages/artinchip/uds/UDSLogic/SID14_ClearDiagnosticInformation.h

41 lines
1.3 KiB
C
Raw Normal View History

2025-07-22 11:15:46 +08:00
/*
*
* SPDX-License-Identifier: Apache-2.0
*
*/
#ifndef _SID14_CLEAR_DIAGNOSTIC_INFORMATION_H_
#define _SID14_CLEAR_DIAGNOSTIC_INFORMATION_H_
#include <stdint.h>
#include "uds_def.h"
/******************************************************************************
* : void service_14_ClearDiagnosticInformation(const uint8_t* msg_buf, uint16_t msg_dlc)
* : 14 -
* : uint8_t* msg_buf --
    uint8_t msg_dlc --
* :
* :
* :
******************************************************************************/
void service_14_ClearDiagnosticInformation(const uint8_t* msg_buf, uint16_t msg_dlc);
/******************************************************************************
* : bool_t service_14_check_len(const uint8_t* msg_buf, uint16_t msg_dlc)
* : 14
* : uint16_t msg_dlc --
* :
* : TRUE: ; FALSE:
* :
******************************************************************************/
bool_t service_14_check_len(const uint8_t* msg_buf, uint16_t msg_dlc);
#endif
/****************EOF****************/