IsActivated method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

BOOL IsActivated (long hNet);

Overview

Refer to Working with DICOM Network Connections.

Remarks

(Medical Imaging Suite only) Indicates whether the specified connection has been activated.

A connection is activated by calling the Listen method, the Connect method, or the Accept method. Therefore, if any of these functions have been called for the connection, this function will return TRUE. Otherwise it will return FALSE.

Note that when the control is acting as a server, the connection is always considered Activated, Connected and Not Associated.

See Also

Elements:

Connect method, Listen method, Accept method, StartUp method

Topics:

Creating a DICOM Network Connection

 

Creating a DICOM Associate Connection

 

DICOM Network Connection: Getting Information About a Network Connection