// Copyright 2017 Mobvoi Inc. All Rights Reserved. #ifndef SEAIAL_8008_H_ #define SEAIAL_8008_H_ #include "mobvoi_msg.h" #ifdef __cplusplus extern "C" { #endif void createCommandMsg(int argc, int cmd, int param, mob_gs_msg * msg, int * msg_len); void* recv_resultsForTimes(int count, HANDLE hCom); #ifdef __cplusplus } #endif #endif // SEAIAL_8008_H_