|
|
|
|
|
- Optimizing the connections for an IP address
- Connecting to an infrared port
Connects a client computer to a given socket. Remarks: - UDP-type sockets The UDP protocol is not a "connected" protocol, so the SocketConnect function cannot be used with the UDP protocol. To send or receive data with the UDP protocol, you must create a UDP socket (SocketCreateUDP) then send/receive data with the "special UDP" syntaxes of SocketWrite and SocketRead.
- SSL sockets To send or receive data using the SSL protocol, you need to create an SSL socket (function SocketCreateSSL) and connect to it using function SocketConnectSSL.
- Communication with non-WINDEV automation systems or applications: To simplify data exchange via socket, a transmission mode is initialized by default.. For a communication with an external module (non-WINDEV application, robot, ...), this transmission mode can prevent the communications from operating properly. SocketChangeTransmissionMode is used to change this transmission mode (the SocketNoEndTag constant allows you not to modify the frames read and written).
Reminder A socket is a communication resource used by applications to communicate from one machine to another, regardless of the type of network.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|