commCPU_SUPV/code/user/inc/interact_atcj.h

29 lines
546 B
C
Raw Normal View History

2025-04-30 16:24:29 +08:00
#ifndef INTERACT_ATCJ_123_INCLUDED
#define INTERACT_ATCJ_123_INCLUDED
#include "glbtypes.h"
#include "general_defines.h"
#ifdef __cplusplus
extern "C" {
#endif
/************************************************************************/
ST_RET interact_atcj_init( void );
ST_RET interact_atcj_release( void );
ST_RET interact_atcj_handle( ST_VOID );
ST_RET interact_atcj_send_dst( const ST_UCHAR *data, ST_INT dataLen );
/************************************************************************/
#ifdef __cplusplus
}
#endif
#endif