This is Unofficial EPICS BASE Doxygen Site
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
osdSockUnsentCount.c
Go to the documentation of this file.
1
/*************************************************************************\
2
* EPICS BASE is distributed subject to a Software License Agreement found
3
* in file LICENSE that is included with this distribution.
4
\*************************************************************************/
5
6
#define EPICS_PRIVATE_API
7
#include "
osiSock.h
"
8
9
/*
10
* epicsSocketUnsentCount ()
11
*/
12
int
epicsSocketUnsentCount
(
SOCKET
sock) {
13
/* not implemented */
14
return
-1;
15
}
epicsSocketUnsentCount
int epicsSocketUnsentCount(SOCKET sock)
Definition:
osdSockUnsentCount.c:13
SOCKET
int SOCKET
Definition:
osdSock.h:31
osiSock.h
modules
libcom
src
osi
os
default
osdSockUnsentCount.c
Generated by
1.8.11