This website requires JavaScript.
Explore
Help
Register
Sign In
test
/
awtk
Watch
1
Star
0
Fork
0
You've already forked awtk
mirror of
https://gitee.com/zlgopen/awtk.git
synced
2024-11-30 02:58:26 +08:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
93d2c83749
awtk
/
docs
/
manual
/
file_transfer_ack_t.md
lixianjing
396c2f0014
regen docs
2019-12-11 16:21:15 +08:00
1.2 KiB
Raw
Blame
History
Unescape
Escape
file_transfer_ack_t
概述
确认包(sender<-receiver)。
属性
属性名称
类型
说明
offset
uint32_t
确认收到的数据偏移量。
size
uint32_t
确认收到的数据长度。
type
uint32_t
包的类型。
offset 属性
确认收到的数据偏移量。
类型
:
uint32_t
特性
是否支持
可直接读取
是
可直接修改
是
size 属性
确认收到的数据长度。
类型
:
uint32_t
特性
是否支持
可直接读取
是
可直接修改
是
type 属性
包的类型。
类型
:
uint32_t
特性
是否支持
可直接读取
是
可直接修改
是