LDicomNet::OnReceivedISCLPacket

#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.

Parameters

L_INT nError

Error code. Refer to Return Codes.

L_UCHAR *pBuffer

Pointer to a buffer that contains the data that was received from the ISCL process

L_UINT32 nLength

The length of the received data, in bytes.

Returns

None.

Comments

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

Platforms

Win32, x64

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C++ Class Library Help