Prosoft-technology MVI69-ADMNET User Manual Page 98

  • Download
  • Add to my manuals
  • Print
  • Page
    / 122
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 97
WATTCP API Functions MVI-ADMNET 'C' Programmable
Developer's Guide 'C' Programmable Application Development Module with Ethernet
Page 98 of 122 ProSoft Technology, Inc.
February 20, 2013
sock_close
Syntax
void sock_close ( sock_type *skType);
Parameters
skType
Current socket Type that will be used to close the connection.
Description
This function is used to permanently close a connection. This function is common
for UDP connections.
Return Value
None
Example
sock_type *socket;
. . .
sock_close(socket);
See Also
sock_abort (page 97)
Page view 97
1 2 ... 93 94 95 96 97 98 99 100 101 102 103 ... 121 122

Comments to this Manuals

No comments