LDicomNet::OnReceivedISCLPacket

Summary

This low-level function is called after data is received in ISCL mode. This function is available in the PACS Imaging toolkits.

Syntax

#include "ltdic.h"

virtual L_VOID LDicomNet::OnReceivedISCLPacket(nError, pBuffer, nLength)

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

See Also

Functions

Topics

Example

For an example, refer to LDicomNet::IsISCLQueueEmpty.

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

LEADTOOLS DICOM C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.