ZLIP增值版用户手册目录
第一章
ZLIP介绍
1.1 嵌入式联网时代
1.2 卓岚ZLIP
1.2.1 ZLIP的发展历程
1.2.2 ZLIP的特点
1.2.3 ZLIP技术参数
1.2.4 ZLIP的用途
第二章
ZLIP SDK开发板
2.1 SDK开发板介绍
2.1.1 开发板特点
2.1.2 开发板套件
2.1.3 ZLIP增值版光盘内容
2.1.4 开发板部件图
2.2 建立开发环境
2.2.1 连线
2.2.2 安装软件
2.2.3 设置IP地址
2.2.4 连接开发板
2.2.5 开发运行新程序
2.3 SocketTestDlg介绍
2.3.1 软件界面
2.3.2 软件功能
2.4 ZLIP功能演示
第三章
ZLIP API接口
3.1 程序结构
3.2 工程中添加ZLIP模块
3.3 底层接口
3.4 上层接口
3.4.1 初始化和退出接口
ZLIP_Init
ZLIP_Release
3.4.2 Socket接口
socket
sendto
recvfrom
connect
bind
listen
accept
send
recv
closesocket
getpeername
getsockname
htonl
htons
ntohl
ntohs
inet_addr
inet_ntoa
shutdown
ioctlsocket
setsockopt
getsockopt
select
3.4.3 回调函数接口
ZLSetCallback
3.4.4 其它实用函数
MemAllocateEx
MemFreeEx
RotateBufAlloc
RotateBufFree
RotateBufDataSize
RotateBufCp
第四章
ZLWeb模块
4.1 ZLWeb介绍
4.1.1 ZLWeb的特点
4.1.2 ZLWeb功能演示
4.2 ZLWeb
API
ZLWeb_Init
ZLWeb_Release
ZLWeb_AddPostHandler
ZLWeb_AddTagHandler
ZLWeb_Process
ZLWeb_AccessControl
ZLWeb_SetHook
4.3 使用ZLWeb
4.3.1 工程中添加ZLWeb模块
4.3.2 添加代码
4.3.3 编写ZLWeb的网页
4.3.4 产生ZLFs文件系统
4.3.5 编译连接
第五章 实例程序
5.1 socket接口实例
5.1.1.1 test_socket_alloc
5.1.1.2 test_sentto
5.1.1.3 test_recvfrom_buf
5.1.1.4 test_recvfrom_mode
5.1.1.5 test_connect
5.1.1.6 test_bind
5.1.1.7 test_listen
5.1.1.8 test_accept
5.1.1.9 test_send
5.1.1.10 test_recv
5.1.1.11 test_socket_close
5.1.1.12 test_getpeername
5.1.1.13 test_getsockname
5.1.1.14 test_inetaddr
5.1.1.15 test_inetntoa
5.1.1.16 test_shutdown
5.1.1.17 test_ioctlsocket
5.1.1.18 test_socket_opt
5.1.1.19 test_selet
5.1.1.20 test_tcp_large_data_receive
5.1.1.21 test_tcp_large_data_receive_send
5.1.1.22 test_udp_large_data_receive
5.1.1.23 test_udp_large_data_send
5.1.1.24 test_complex_send_recv
5.1.1.25 test_speed
5.1.1.26 test_call_bk
第六章
ZLIP高级编程
6.1 使用select函数编程
6.2 使用类MFC回调机制
6.3 在uc/os-II中使用ZLIP
6.3.1 实例程序
6.3.2 uc/os-II中的ZLIP编程
第七章 串口服务器
7.1 简介
7.2 功能演示
第八章 联系我们