0c080dd4创建于 2024年8月29日历史提交
#ifndef DSS_CMD_CONN_OPT
#define DSS_CMD_CONN_OPT

/* get opt connection */
dss_conn_t* dss_get_connection_opt(const char *input_args);

/* get opt connection status */
bool8 dss_get_connection_opt_status();

/* disconnection opt connection */
void dss_conn_opt_exit();

#endif