Notifies a connection that data was sent.
void OnSend(
Leadtools.Dicom.DicomExceptionCode error,
Leadtools.Dicom.DicomPduType type,
uint length,
Leadtools.Dicom.Networking.DicomNet net
)
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 _
)
void OnSend(
Leadtools.Dicom.DicomExceptionCode error,
Leadtools.Dicom.DicomPduType type,
uint length,
Leadtools.Dicom.Networking.DicomNet net
)
function Leadtools.Dicom.Networking.IDicomEvents.OnSend(
error ,
type ,
length ,
net
)
void OnSend(
Leadtools.Dicom.DicomExceptionCode error,
Leadtools.Dicom.DicomPduType type,
uint length,
Leadtools.Dicom.Networking.DicomNet^ net
)
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.
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.
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