LDicomNet::OnClose

#include "ltdic.h"

virtual L_VOID LDicomNet::OnClose(nError, pNet)

L_INT nError;

error code

LDicomNet *pNet;

a DICOM Network object

Notifies a member of a connection that the connection was closed. This function is available in the PACS Imaging Toolkit.

Parameter

Description

nError

Error code. Refer to Return Codes.

pNet

The DICOM Network object for the peer member of the connection.

Returns

None.

Comments

A call to this function is generated by a call to LDicomNet::Close. The LDicomNet::OnClose function is useful to both SCUs and SCPs.

To customize this function, you must derive a class from LDicomNet and override this function.

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

See Also

Functions:

LDicomNet::Close

Example

For an example, refer to LDicomNet::SendCEchoRequest.

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