LDicomNet::OnReceivedISCLPacket

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

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

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

Platforms

Win32, x64

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS DICOM C++ Class Library Help