#include "ltdic.h"
virtual L_VOID LDicomNet::OnReceivedISCLPacket(nError, pBuffer, nLength)
L_INT nError; |
error code |
L_UCHAR *pBuffer; |
pointer to a buffer |
L_UINT32 nLength; |
length of data received |
This low-level function is called after data is received in ISCL mode. This function is available in the PACS Imaging toolkits.
Parameter |
Description |
nError |
Error code. Refer to Return Codes. |
pBuffer |
Pointer to a buffer that contains the data that was received from the ISCL process |
nLength |
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
LTDIC For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |
Win32, x64
Functions: |
|
Topics: |
|
|
General Integrated Secure Communication Layer (ISCL) Information |
For an example, refer to LDicomNet::IsISCLQueueEmpty.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET