
MVI-ADMNET ♦ 'C' Programmable WATTCP API Functions
'C' Programmable Application Development Module with Ethernet Developer's Guide
ProSoft Technology, Inc. Page 87 of 122
February 20, 2013
sock_mode
Syntax
word sock_mode( sock_type *skType, word mode);
Parameters
Current socket Type that will be used to set up socket mode.
The following is the available mode:
used for real time application.
Description
This function is used set the socket transfer protocol mode.
Return Value
Current mode.
Example
sock_type *socket;
. . .
sock_mode(socket, TCP_MODE_NONAGLE);
Comentários a estes Manuais