Go to the first, previous, next, last section, table of contents.


isdLogout

void isdLogout(SOCKET sock)

isdLogout() closes the connection between the client and isectd in an orderly, polite way. The importance of an orderly disconnect is dependent on the sophistication of the operating system's TCP/IP stack and socket library.

sock is the file handle returned by isdLogin().

There is no return value.


Go to the first, previous, next, last section, table of contents.