#include "ltdic.h"
virtual L_VOID LDicomNet::OnReceivedISCLPacket(nError, pBuffer, nLength)
This low-level function is called after data is received in ISCL mode. This function is available in the PACS Imaging toolkits.
Error code. Refer to Return Codes.
Pointer to a buffer that contains the data that was received from the ISCL process
The length of the received data, in bytes.
None.
This function is called when data is received using ISCL security. If nError is not DICOM_SUCCESS, then pBuffer is NULL. If nError is DICOM_SUCCESS, then pBuffer points to a valid buffer whose length is nLength. The data from pBuffer will be freed after this callback function returns.
Required DLLs and Libraries
Win32, x64
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