mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-04 13:07:40 +08:00
29 lines
606 B
Markdown
29 lines
606 B
Markdown
|
## hal\_shell\_t
|
|||
|
### 概述
|
|||
|
a shell to access network interface
|
|||
|
----------------------------------
|
|||
|
### 函数
|
|||
|
<p id="hal_shell_t_methods">
|
|||
|
|
|||
|
| 函数名称 | 说明 |
|
|||
|
| -------- | ------------ |
|
|||
|
| <a href="#hal_shell_t_hal_shell_run">hal\_shell\_run</a> | 运行shell。 |
|
|||
|
#### hal\_shell\_run 函数
|
|||
|
-----------------------
|
|||
|
|
|||
|
* 函数功能:
|
|||
|
|
|||
|
> <p id="hal_shell_t_hal_shell_run">运行shell。
|
|||
|
|
|||
|
* 函数原型:
|
|||
|
|
|||
|
```
|
|||
|
ret_t hal_shell_run ();
|
|||
|
```
|
|||
|
|
|||
|
* 参数说明:
|
|||
|
|
|||
|
| 参数 | 类型 | 说明 |
|
|||
|
| -------- | ----- | --------- |
|
|||
|
| 返回值 | ret\_t | 返回RET\_OK表示成功,否则表示失败。 |
|