awtk/docs/manual/fscript_args_t.md
2020-12-08 09:04:40 +08:00

43 lines
1.1 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.

## fscript\_args\_t
### 概述
扩展函数的参数。
----------------------------------
### 属性
<p id="fscript_args_t_properties">
| 属性名称 | 类型 | 说明 |
| -------- | ----- | ------------ |
| <a href="#fscript_args_t_args">args</a> | value\_t* | 参数列表。 |
| <a href="#fscript_args_t_capacity">capacity</a> | uint16\_t | 目前最大容量。 |
| <a href="#fscript_args_t_size">size</a> | uint16\_t | 参数个数。 |
#### args 属性
-----------------------
> <p id="fscript_args_t_args">参数列表。
* 类型value\_t*
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
#### capacity 属性
-----------------------
> <p id="fscript_args_t_capacity">目前最大容量。
* 类型uint16\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |
#### size 属性
-----------------------
> <p id="fscript_args_t_size">参数个数。
* 类型uint16\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 否 |