#include "ltdic.h"
L_LTDIC_API L_INT EXT_FUNCTION L_DicomGetSocketOptions(hNet, pOptions, uStructSize)
Gets the socket options used in an hNet network handle. This feature is available in version 16 or higher.
A DICOM Network handle. This is the handle returned from the L_DicomCreateNet function
Pointer to a structure that contains the options to used when creating a socket for DICOM communication
Size in bytes, of the structure pointed to by pOptions, for versioning. Use sizeof(DICOMSOCKETOPTIONS).
Value | Meaning |
---|---|
DICOM_SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
This function is used to get the socket options that will be used when calling the L_DicomConnect function on an hNet network handle. Internally, the socket is created when calling the L_DicomConnect function.
For more information about sockets, see the MSDN Winsock documentation.
Required DLLs and Libraries
Win32, x64, Linux.
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