←Select platform

OnSend Method (IDicomEvents)

Summary

Notifies a connection that data was sent.

Syntax

C#
VB
WinRT C#
C++
Sub OnSend( _ 
   ByVal error As Leadtools.Dicom.DicomExceptionCode, _ 
   ByVal type As Leadtools.Dicom.DicomPduType, _ 
   ByVal length As UInteger, _ 
   ByVal net As Leadtools.Dicom.Networking.DicomNet _ 
)  
function Leadtools.Dicom.Networking.IDicomEvents.OnSend(  
   error , 
   type , 
   length , 
   net  
) 

Parameters

error
An error code.

type
The type of data that was sent.

length
The number of bytes of the data actually sent.

net
The DicomNet object of the peer member of the connection.

Remarks

When one of the DicomNet.SendXXX methods is called, the message is not sent immediately. It is placed in a network queue and sent later. When the data is actually sent, this method is called to let the calling AE know that the data has been sent. To customize this method, you must derive a class from DicomNet and override this method.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly