awtk/docs/manual/file_transfer_ack_t.md
2019-12-11 16:21:15 +08:00

43 lines
1.2 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\_ack\_t
### 概述
确认包(sender<-receiver)。
----------------------------------
### 属性
<p id="file_transfer_ack_t_properties">
| 属性名称 | 类型 | 说明 |
| -------- | ----- | ------------ |
| <a href="#file_transfer_ack_t_offset">offset</a> | uint32\_t | 确认收到的数据偏移量。 |
| <a href="#file_transfer_ack_t_size">size</a> | uint32\_t | 确认收到的数据长度。 |
| <a href="#file_transfer_ack_t_type">type</a> | uint32\_t | 包的类型。 |
#### offset 属性
-----------------------
> <p id="file_transfer_ack_t_offset">确认收到的数据偏移量。
* 类型uint32\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 是 |
#### size 属性
-----------------------
> <p id="file_transfer_ack_t_size">确认收到的数据长度。
* 类型uint32\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 是 |
#### type 属性
-----------------------
> <p id="file_transfer_ack_t_type">包的类型。
* 类型uint32\_t
| 特性 | 是否支持 |
| -------- | ----- |
| 可直接读取 | 是 |
| 可直接修改 | 是 |