summaryrefslogtreecommitdiffstats
path: root/src/isotp/receive.h
blob: b01e12deb300cd0462cbea500ad7a82ba67939aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef __ISOTP_RECEIVE_H__
#define __ISOTP_RECEIVE_H__

#include <isotp/isotp.h>
#include <stdint.h>
#include <stdbool.h>

#ifdef __cplusplus
extern "C" {
#endif

void isotp_complete_receive(IsoTpHandle* handle, IsoTpMessage* message);

bool isotp_handle_single_frame(IsoTpHandle* handle, IsoTpMessage* message);

#ifdef __cplusplus
}
#endif

#endif // __ISOTP_RECEIVE_H__