#include "ltdic.h"
virtual L_VOID LDicomNet::OnAccept(nError)
L_INT nError; |
error code |
Notifies a listening connection (SCP) that it can accept pending connection requests. This function is available in the PACS Imaging Toolkit.
Parameter |
Description |
nError |
Error code. Refer to Return Codes. |
None.
A call to this function is generated on an SCP when an SCU calls LDicomNet::Connect.
To accept a connection request, call LDicomNet::Accept.
You should always accept a connection request. Once the connection is made you can check the client and close the connection if you do not wish to maintain it. Since the connection requests are queued, if you do not accept a connection, it remains in the queue. When the next request is received, it is placed in the queue behind the first request. Calling LDicomNet::Accept at this point will connect the first request, not the second, since the first request is still in the queue.
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 |
Win32, x64
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET