awtk/docs/manual/file_transfer_meta_t.md
2019-12-11 16:21:15 +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.

## file\_transfer\_meta\_t
### 概述
文件元数据包(sender->receiver)。
----------------------------------
### 属性
<p id="file_transfer_meta_t_properties">
| 属性名称 | 类型 | 说明 |
| -------- | ----- | ------------ |
| <a href="#file_transfer_meta_t_name">name</a> | char* | 即将传输文件的名称。 |
| <a href="#file_transfer_meta_t_size">size</a> | uint32\_t | 即将传输文件的长度。 |
| <a href="#file_transfer_meta_t_type">type</a> | uint32\_t | 包的类型。 |
#### name 属性
-----------------------
> <p id="file_transfer_meta_t_name">即将传输文件的名称。
* 类型char*
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 是 |
#### size 属性
-----------------------
> <p id="file_transfer_meta_t_size">即将传输文件的长度。
* 类型uint32\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 是 |
#### type 属性
-----------------------
> <p id="file_transfer_meta_t_type">包的类型。
* 类型uint32\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 是 |