disConnect

u8 disConnect (u8 socketNum)

socketNum : The socket number (0~3)
Returns 1 if successful, 0 otherwise

Terminates a connection previously established using the connect function. Connected sockets that are no longer needed in a program should always be disconnected.

Network sample program

MOACON home