This is Unofficial EPICS BASE Doxygen Site
osdSockUnsentCount.c File Reference
#include "osiSock.h"
+ Include dependency graph for osdSockUnsentCount.c:

Go to the source code of this file.

Macros

#define EPICS_PRIVATE_API
 

Functions

int epicsSocketUnsentCount (SOCKET sock)
 

Macro Definition Documentation

#define EPICS_PRIVATE_API

Definition at line 6 of file osdSockUnsentCount.c.

Function Documentation

int epicsSocketUnsentCount ( SOCKET  sock)

Definition at line 12 of file osdSockUnsentCount.c.

12  {
13  /* not implemented */
14  return -1;
15 }