You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
359 B
18 lines
359 B
// 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_
|
|
|