
#ifndef J1939_TP_H_
#define J1939_TP_H_

#include"j1939.h"

J1939Result J1939_TpTxSessionCreate(J1939Context* J1939_PAGED context, const J1939Msg* J1939_PAGED msg);
J1939Result J1939_TPTxMsg(J1939Context* J1939_PAGED context);
J1939Result J1939_TPRxMsg(J1939Context* J1939_PAGED context);

#endif
