sf_status增加delete的API

This commit is contained in:
luwenpeng
2023-03-01 18:23:36 +08:00
parent 69e80c1b9d
commit 476cddc236
3 changed files with 28 additions and 5 deletions

View File

@@ -13,6 +13,7 @@ struct sf_status *sf_status_create(const char *profile);
void sf_status_destory(struct sf_status *handle);
void sf_status_reset(struct sf_status *handle);
void sf_status_delete(struct sf_status *handle, int sf_profile_id);
void sf_status_update(struct sf_status *handle, int sf_profile_id, int sf_status, int sf_latency);
void sf_status_send(struct sf_status *handle);
int sf_status_get_interval(struct sf_status *handle);