mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 02:58:26 +08:00
53 lines
1.1 KiB
Markdown
53 lines
1.1 KiB
Markdown
## prop\_desc\_string\_t
|
||
### 概述
|
||
![image](images/prop_desc_string_t_0.png)
|
||
|
||
字符串类型属性描述。
|
||
|
||
|
||
----------------------------------
|
||
### 属性
|
||
<p id="prop_desc_string_t_properties">
|
||
|
||
| 属性名称 | 类型 | 说明 |
|
||
| -------- | ----- | ------------ |
|
||
| <a href="#prop_desc_string_t_defvalue">defvalue</a> | const char* | 缺省值。 |
|
||
| <a href="#prop_desc_string_t_max">max</a> | uint32\_t | 最大长度。 |
|
||
| <a href="#prop_desc_string_t_min">min</a> | uint32\_t | 最小长度。 |
|
||
#### defvalue 属性
|
||
-----------------------
|
||
> <p id="prop_desc_string_t_defvalue"> 缺省值。
|
||
|
||
|
||
|
||
* 类型:const char*
|
||
|
||
| 特性 | 是否支持 |
|
||
| -------- | ----- |
|
||
| 可直接读取 | 是 |
|
||
| 可直接修改 | 否 |
|
||
#### max 属性
|
||
-----------------------
|
||
> <p id="prop_desc_string_t_max"> 最大长度。
|
||
|
||
|
||
|
||
* 类型:uint32\_t
|
||
|
||
| 特性 | 是否支持 |
|
||
| -------- | ----- |
|
||
| 可直接读取 | 是 |
|
||
| 可直接修改 | 否 |
|
||
#### min 属性
|
||
-----------------------
|
||
> <p id="prop_desc_string_t_min"> 最小长度。
|
||
|
||
|
||
|
||
* 类型:uint32\_t
|
||
|
||
| 特性 | 是否支持 |
|
||
| -------- | ----- |
|
||
| 可直接读取 | 是 |
|
||
| 可直接修改 | 否 |
|