awtk/docs/manual/cmd_arg_desc_t.md
2023-06-29 10:44:29 +08:00

54 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## cmd\_arg\_desc\_t
### 概述
参数描述。
----------------------------------
### 属性
<p id="cmd_arg_desc_t_properties">
| 属性名称 | 类型 | 说明 |
| -------- | ----- | ------------ |
| <a href="#cmd_arg_desc_t_desc">desc</a> | const char* | 描述。 |
| <a href="#cmd_arg_desc_t_name">name</a> | const char* | 名称。 |
| <a href="#cmd_arg_desc_t_short_name">short\_name</a> | const char* | 缩写。 |
| <a href="#cmd_arg_desc_t_value_type">value\_type</a> | value\_type\_t | 数据类型。 |
#### desc 属性
-----------------------
> <p id="cmd_arg_desc_t_desc">描述。
* 类型const char*
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
#### name 属性
-----------------------
> <p id="cmd_arg_desc_t_name">名称。
* 类型const char*
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
#### short\_name 属性
-----------------------
> <p id="cmd_arg_desc_t_short_name">缩写。
* 类型const char*
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
#### value\_type 属性
-----------------------
> <p id="cmd_arg_desc_t_value_type">数据类型。
* 类型value\_type\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |