C#
VB
C++
Notifies that data was sent.
public virtual void OnSend(
DicomClient Client,
DicomExceptionCode error,
DicomPduType type,
int length
)
Public Overridable Sub OnSend( _
ByVal Client As Leadtools.Dicom.Addin.DicomClient, _
ByVal error As Leadtools.Dicom.DicomExceptionCode, _
ByVal type As Leadtools.Dicom.DicomPduType, _
ByVal length As Integer _
)
public:
virtual void OnSend(
Leadtools.Dicom.Addin.DicomClient^ Client,
Leadtools.Dicom.DicomExceptionCode error,
Leadtools.Dicom.DicomPduType type,
int length
)
Client
The client.
error
An error code.
type
The type of data that was sent.
length
The number of bytes of the data actually sent.
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