LDicomNet::OnClose

Summary

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

Syntax

#include "ltdic.h"

virtual L_VOID LDicomNet::OnClose(nError, pNet)

Parameters

L_INT nError

Error code. Refer to Return Codes.

LDicomNet *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

Platforms

Win32, x64

See Also

Functions

Example

For an example, refer to LDicomNet::SendCEchoRequest.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.