LEADTOOLS Medical (Leadtools.Dicom assembly)
LEAD Technologies, Inc

Listen Method (DicomNet)








The IP address of the host computer (the SCP's address).
The port number of the host computer (the SCP's port).
The maximum number of SCUs that may be connected to the SCP.
Establishes a connection to listen for incoming connection requests. .NET support WinRT support
Syntax
public void Listen( 
   string hostAddress,
   int hostPort,
   int maxNumberOfPeers
)
'Declaration
 
Public Sub Listen( _
   ByVal hostAddress As String, _
   ByVal hostPort As Integer, _
   ByVal maxNumberOfPeers As Integer _
) 
'Usage
 
Dim instance As DicomNet
Dim hostAddress As String
Dim hostPort As Integer
Dim maxNumberOfPeers As Integer
 
instance.Listen(hostAddress, hostPort, maxNumberOfPeers)
public void Listen( 
   string hostAddress,
   int hostPort,
   int maxNumberOfPeers
)
ObjectiveC Syntax
 function Leadtools.Dicom.Networking.DicomNet.Listen( 
   hostAddress ,
   hostPort ,
   maxNumberOfPeers 
)
public:
void Listen( 
   String^ hostAddress,
   int hostPort,
   int maxNumberOfPeers
) 

Parameters

hostAddress
The IP address of the host computer (the SCP's address).
hostPort
The port number of the host computer (the SCP's port).
maxNumberOfPeers
The maximum number of SCUs that may be connected to the SCP.
Remarks
If hostAddress is an empty string or a null reference (Nothing in Visual Basic), the IP address will be the local computer's address.

If hostPort is 0, the port number will be the number of the first available port.

To connect to a server as a client, you must first create and initialize a DicomNet object. Then call Connect to establish the connection.

To use your computer as an SCP, you must first create a DicomNet object. Then call Listen to listen for incoming connection requests.

Example
For an example, refer to SendAssociateRequest.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DicomNet Class
DicomNet Members
Startup Method
Connect Method

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features