基于labview的TCP客户端程序发送主机通常将发送缓冲区中的数据按内存地址从低到?的顺序发出,接收主机把从?络上接到的字节依次保存在接收缓冲区中,也是按内存地址从低到?的顺序保存。
TCP/IP协议规定,?络数据流应采??端字节序,即低地址?字节。
socket API是?层抽象的?络编程接?,适?于各种底层?络协议,如IPv4、 IPv6,以及后?要讲的UNIX Domain Socket。(Based on the TCP client program to send the host LabVIEW will usually send buffer according to the data in the memory address from low to order issued, the receiving host to receive from the network bytes on sequentially stored in the receive buffer, and according to the memory address from low to preservation order.
The TCP/IP agreement, network data flow should be endian, low byte address.
Socket API is layer abstract network programming interface, suitable in various underlying network protocol, such as IPv4, IPv6, and UNIX Domain Socket to say.)