Update dms connection code.

This commit is contained in:
sunwen
2023-09-04 13:35:24 +08:00
parent d0eaba04f7
commit a3aef54314
3 changed files with 57 additions and 6 deletions

View File

@@ -29,5 +29,5 @@ int dmsmq_recv( int *srvid, int *actid, uint8_t *data );
// len 发送数据长度
// 返回值 0 成功,< 0 异常信息
int dmsmq_send( int srvid, int actid, uint8_t *data, int len );
int dmsmq_sendx( int srvid, int actid, uint8_t *data, int len );
#endif