GetPeerAddress method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

BSTR GetPeerAddress (long hNet);

Overview

Refer to Working with DICOM Network Connections.

Remarks

(Medical Imaging Suite only) Gets the peer address for the specified connection.

To get the peer port value for the specified connection, call the GetPeerPort method.

To get information about the host, use the GetHostAddress method and the GetHostPort method.

See Also

Elements:

GetHostPort method, GetHostAddress method, GetPeerPort method

Topics:

DICOM Network Connection: Getting Information About a Network Connection