figure5-14 socket status querying
Description,
1
、
As shown above, the querying results return from two sockets are different. Because
the second socket type is TCP server, which is in monitor state after creating
successfully, its result does not only contain itself state
,
but also includes the connection
information of Clients which are connecting to the server(these sockets are created by
system automatically)
,
as socket3 and socket4 shown in sketch map.
4.1.4.7
130B154B154B154B
Socket sending
User can send data through socket by clicking ‘send’ button and inputing socket
number
(
the socket of TCP server can’t be used to send or receive data directly
,
what is
input should be the socket number of the conection between clients and the server
)
and
data that need to send
,
the sending accomplishment information will return in the display
frame after clicking ‘yes’ button.
Содержание HLK-WIIF-M04
Страница 15: ...4 Then click search modules as shown below...
Страница 56: ...figure5 16 query the receiver buffer figure5 17 socket receiving...
Страница 62: ...figure5 23 instruction test...