ProSoft Technology MVI69-ADMNET User Manual

Page 98

Advertising
background image

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)

Advertising