MCPcopy Create free account
hub / github.com/DanielOgorchock/ST_Anything / close

Function close

Arduino/libraries/Ethernet2/src/utility/socket.cpp:42–46  ·  view source on GitHub ↗

* @brief This function close the socket and parameter is "s" which represent the socket number */

Source from the content-addressed store, hash-verified

40 * @brief This function close the socket and parameter is "s" which represent the socket number
41 */
42void close(SOCKET s)
43{
44 w5500.execCmdSn(s, Sock_CLOSE);
45 w5500.writeSnIR(s, 0xFF);
46}
47
48
49/**

Callers 5

socketFunction · 0.70
sendFunction · 0.70
igmpsendFunction · 0.70
stopMethod · 0.50
stopMethod · 0.50

Calls 1

execCmdSnMethod · 0.80

Tested by

no test coverage detected