ProSoft Technology MVI69-ADMNET User Manual

Page 97

Advertising
background image

MVI-ADMNET ♦ 'C' Programmable

WATTCP API Functions

'C' Programmable Application Development Module with Ethernet

Developer's Guide

ProSoft Technology, Inc.

Page 97 of 122

February 20, 2013

sock_abort

Syntax

void sock_abort( sock_type *skType);

Parameters

skType

Current socket Type that will be used to abort the connection.

Description
This function is used abort a connection. This function is common for TCP
connections.

Return Value
None

Example

sock_type *socket;

. . .

sock_abort(socket);

See Also
sock_close (page 98)

Advertising