typedef struct tagDICOMSOCKETOPTIONS
{
L_UINT uStructSize;
L_INT nSendBufferSize;
L_INT nReceiveBufferSize;
L_BOOL bNoDelay;
L_UINT uReserved1;
L_UINT uReserved2;
} DICOMSOCKETOPTIONS, *pDICOMSOCKETOPTIONS;
The DICOMSOCKETOPTIONS structure provides information for getting and setting the socket options used in the DICOM communications.
The size of the structure (use sizeof(DICOMSOCKETOPTIONS) ).
Value that specifies the total per-socket buffer space reserved for sends.
Value that specifies the total per-socket buffer space reserved for receives.
Disables the Nagle algorithm for send coalescing. This socket option is included for backward compatibility with Windows Sockets 1.1
Reserved for future use. Pass 0.
Reserved for future use. Pass 0.
It is used for customizing the socket behavior used internally with the DICOM communications functions. For more information, see Microsoft Winsock documentation.
This structure is used with the following functions:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document